# slow5lib-sys [![License][license-badge]][license-url] [![Crates.io][crates-badge]][crates-url] [![docs.rs][docs-badge]][docs-url] [license-badge]: https://img.shields.io/crates/l/slow5lib-sys?style=flat-square [license-url]: https://github.com/bsaintjo/slow5-rs/blob/main/slow5lib-sys/README.md#license [crates-badge]: https://img.shields.io/crates/v/slow5lib-sys?style=flat-square [crates-url]: https://crates.io/crates/slow5lib-sys [docs-badge]: https://img.shields.io/docsrs/slow5lib-sys?style=flat-square [docs-url]: https://docs.rs/slow5lib-sys Low level bindings to the `slow5lib` C library version 1.3.0 ## Installation Add the following to your `Cargo.toml`: ```toml [dependencies] slow5lib-sys = "0.10" ``` ## License Licensed under either of - Apache License, Version 2.0, ([LICENSE-APACHE](../LICENSE-APACHE) or ) - MIT license ([LICENSE-MIT](../LICENSE-MIT) or ) at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.