A rust implementation of the demes specification.
sh
git clone https://github.com/molpopgen/demes-rs
cd demes-rs
cargo test
cargo doc --open
First, install tarpaulin
:
sh
cargo install cargo-tarpaulin
Then,
sh
cargo tarpaulin --tests --ignore-tests -o html
Finally, open tarpaulin-report.html
with your favorite browser.
See here.