| Crates.io | library_stdnums |
| lib.rs | library_stdnums |
| version | 0.1.0 |
| created_at | 2025-04-28 16:29:58.981135+00 |
| updated_at | 2025-04-28 16:29:58.981135+00 |
| description | A library for processing standard bibliographic numbers in Rust |
| homepage | https://github.com/pulibrary/library_stdnums |
| repository | https://github.com/pulibrary/library_stdnums |
| max_upload_size | |
| id | 1652333 |
| size | 24,463 |
This is a Rust implementation of Bill Dueber's library_stdnums ruby gem.
git clone git@github.com:pulibrary/library_stdnums.gitcd library_stdnumscargo testThis crate uses cargo-mutants for mutation testing in CI. To run it locally:
cargo install --locked cargo-mutants
cargo mutants
git checkout branch1
cargo bench
git checkout branch2
cargo bench
The second cargo bench run will run various benchmarks and, for each one, report either "Performance has improved." or "Performance has regressed."