| Crates.io | grumpy |
| lib.rs | grumpy |
| version | 1.0.1 |
| created_at | 2024-07-19 12:27:52.601483+00 |
| updated_at | 2025-06-16 14:01:35.470558+00 |
| description | Genetic analysis in Rust. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1308571 |
| size | 10,778,578 |
Re-implementation of gumpy in Rust for speed
cargo add grumpy
pip install bio-grumpy
Running Rust unit tests
cargo test
Test coverage can be found with the use of tarpaulin.
# Install tarpaulin on first run
cargo install cargo-tarpaulin
# Generate an HTML coverage report
cargo tarpaulin --no-dead-code --engine llvm --out html