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