Crates.io | grumpy |
lib.rs | grumpy |
version | 0.2.2 |
source | src |
created_at | 2024-07-19 12:27:52.601483 |
updated_at | 2024-10-09 12:24:36.837351 |
description | Genetic analysis in Rust. |
homepage | |
repository | |
max_upload_size | |
id | 1308571 |
size | 10,735,723 |
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