Good shape overall. A few tweaks would push it into the top tier.
๐ Yet another repository management with auto-attaching profiles.
Documentation
82
No CONTRIBUTING.md found (โ47 pts base + up to โ53 pts more for content).
โ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
51
No tests detected anywhere in the repository.
โ Add automated tests. They prove the code works and give contributors confidence to make changes.
No issue or PR templates found (โ100 pts).
โ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/rust.yml).
Rust linting configured (cargo fmt in CI).
Lockfile present (Cargo.lock). Installs are reproducible.
Project health
97
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 9Forks
- 27Releaseslatest 3y ago
Community
- โCommunity health
- โauthors own >50% of commits
- 149Watchers
Responsiveness
- 11hMedian issue response
- <1hMedian PR merge time
- 12Open issues
Repository files15 root entries
- .githubGood: CI is configured (.github/workflows/rust.yml).Good: Dependabot covers 3 ecosystems (cargo, docker, github-actions). Dependencies stay current.
- resources
- src
- .gitignoreGood: .gitignore present.
- build.rs
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- default.nix
- DockerfileGood: Environment pinned via Dockerfile.
- flake.lock
- flake.nix
- ghr.example.toml
- LICENCE.mdGood: Licensed under MIT.
- README.mdGood: 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.
- rust-toolchain.toml