0

/ 100

GradeB

A top-tier open source project. Docs, tests, and CI are all in excellent shape.

A web framework for Rust.

Documentation

96

Install and run instructions9pt90

README documents how to install the project.

Contributing guide5pt93

Contributing guide is detailed and thorough.

README12pt100

README is present.

License6pt100

Licensed under Other.

Engineering

82

Reproducibility6pt50

No Cargo.lock committed (correct for Rust library crates; the ecosystem convention is to omit it for libraries).

CI/CD14pt57

CI is configured (.github/workflows/ci.yml).

Tests18pt100

Test files detected (contrib/db_pools/codegen/tests).

Linting and formatting5pt100

Rust linting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

84

Activity5pt40

Last pushed 6-12 months ago (−60 pts).

A recent commit signals the project is still maintained.

Dependency manifest6pt100

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 0 / 0
    Commits (30d / 90d)
  • 1,630
    Forks
  • 57
    Releaseslatest 9y ago

Community

  • 75% - Good
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 25,755
    Watchers

Responsiveness

  • 3d 11h
    Median issue response
  • <1h
    Median PR merge time
  • 82
    Open issues
Repository files18 root entries
  • .github
    Good: Code of conduct present.
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Issue or PR templates present.
  • benchmarks
  • contrib
    Good: Test files detected (contrib/db_pools/codegen/tests).
  • core
  • docs
    Good: Licensed under Other.
  • examples
  • scripts
  • testbench
  • .editorconfig
    Good: Rust linting configured (.editorconfig).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .rustfmt.toml
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    Good: Contributing guide describes code style expectations.
    Good: Contributing guide explains how to run tests.
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • LICENSE-APACHE
  • LICENSE-MIT
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.