| Crates.io | crabscore-cli |
| lib.rs | crabscore-cli |
| version | 0.1.1 |
| created_at | 2025-07-12 21:09:32.67062+00 |
| updated_at | 2025-07-12 21:43:11.123611+00 |
| description | Command-line interface for CrabScore - The Rust Efficiency Standard |
| homepage | https://github.com/timarocks/crabscore |
| repository | https://github.com/timarocks/crabscore |
| max_upload_size | |
| id | 1749702 |
| size | 125,716 |
Command-line interface for CrabScore - The Rust Efficiency Standard.
The official CLI for measuring Rust project efficiency with graceful degradation, working with everything from single files to massive applications.
cargo install crabscore-cli
# Score your current project
crabscore score .
# Score a single file
crabscore score main.rs
# Score a library crate
crabscore score path/to/library
# Generate reports
crabscore report
# Start web dashboard
crabscore report --serve --port 8080
CrabScore Report
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Overall Score: 86/100 [Verified]
Breakdown:
Performance: 59/100 ███████████░░░░░░░░░
Energy: 63/100 ████████████░░░░░░░░
Cost: 95/100 ██████████████████░░
Bonuses: +15.0
✓ Small Project Bonus (+2.0)
✓ Zero Dependencies (+3.0)
Licensed under Apache-2.0. See LICENSE for details.