A well-known project done right. Strong docs and solid engineering throughout.
The Rust package registry
Documentation
78
Install and run instructions9pt
55
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README12pt
75
README is present.
License6pt
100
Licensed under Apache-2.0.
Contributing guide5pt
100
Contributing guide is detailed and thorough.
Engineering
98
Reproducibility6pt
80
Lockfile present (Cargo.lock). Installs are reproducible.
Tests18pt
100
Test files detected (crates/crates_io_cargo_toml/tests).
CI/CD14pt
100
CI is configured (.github/workflows/ci.yml).
Linting and formatting5pt
100
Linter or formatter configured (.editorconfig).
Issue and PR templates6pt
100
Issue or PR templates present.
Project health
94
Dependency manifest6pt
82
Dependency manifest found (Cargo.toml).
Repository metadata5pt
100
Repository has a description.
Activity5pt
100
Actively maintained (pushed within the last month).
Housekeeping3pt
100
.gitignore present.
Repository files39 root entries
- .config
- .devcontainerGood: Environment pinned via .devcontainer/Dockerfile.
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- cratesGood: Test files detected (crates/crates_io_cargo_toml/tests).
- docsGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.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.
- e2e
- migrations
- packages
- script
- src
- svelteGood: Licensed under Apache-2.0.
- .buildpacks
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .env.sample
- .git-blame-ignore-revs
- .gitignoreGood: .gitignore present.
- .prettierignore
- .prettierrc
- .tool-versions
- AGENTS.md
- Aptfile
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- deny.toml
- diesel-guard.toml
- diesel.toml
- eslint.config.mjs
- Justfile
- LICENSE-APACHE
- LICENSE-MIT
- package.json
- playwright.config.ts
- pnpm-lock.yaml
- pnpm-workspace.yaml
- Procfile
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- rust-toolchain.toml
- triagebot.toml