| Crates.io | blazon |
| lib.rs | blazon |
| version | 0.1.3 |
| created_at | 2025-11-24 12:45:33.708433+00 |
| updated_at | 2025-11-24 15:18:12.108042+00 |
| description | A fast minimal badge generator for Rust crate stats |
| homepage | https://github.com/lmmx/blazon |
| repository | https://github.com/lmmx/blazon |
| max_upload_size | |
| id | 1947734 |
| size | 35,925 |
blazon is a fast minimal badge generator for Rust crate stats.
For when you want to add static badges to your crate that are rewritten by a hook, and need a generator to drive the static badge generation.
This can help with providing metrics to aim to optimise such as:
Note that these metrics will vary by hardware but if executed on the same hardware it can be used to provide a measure of progress. Alternatively put them in CI, run them one-off, however you like!
Add blazon to your Cargo.toml:
[dependencies]
blazon = "0.1"
cargo binstall blazon (requires cargo-binstall),cargo install blazon --features cliThis project is licensed under MIT license
at your option.