1 unstable release

0.1.0 Nov 1, 2022

#2743 in Parser implementations

Download history 21/week @ 2024-02-19 16/week @ 2024-02-26 16/week @ 2024-03-04 16/week @ 2024-03-11 13/week @ 2024-03-18

62 downloads per month
Used in 3 crates (via angsd-saf)

MIT license

3KB

angsd-io

GitHub Actions status

angsd-io is a collection of Rust crates for reading and writing binary file formats associated with ANGSD.

Usage

To use one of the angsd-io in your own project, add the following to the [dependencies] section of your Cargo.toml:

angsd-saf = { git = "https://github.com/malthesr/angsd-io.git" }

Replace angsd-saf with the name of the crate you wish to depend on.

For more information, see here. In particular, you may wish to depend on a specific commit to avoid breakage:

angsd-saf = { git = "https://github.com/malthesr/angsd-io.git", rev = "abc" }

Replace abc with the hash of the commit you wish to depend on.

Documentation

The documentation can be built and viewed locally by running:

cargo doc --open

No runtime deps