demes-rs

CI tests

A rust implementation of the demes specification.

Developer information

Cloning the repository and running the test suite

sh git clone https://github.com/molpopgen/demes-rs cd demes-rs cargo test

Viewing the documentation

cargo doc --open

Calculating code coverage

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.

Change log

See here.