slow5lib-sys 0.4.0

Low-level bindings to the slow5lib C library
Documentation
# 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 0.4.0

## Installation

Add the following to your `Cargo.toml`:

```toml
[dependencies]
slow5lib-sys = "0.3.0"
```

## License

Licensed under either of

- Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT]LICENSE-MIT or <http://opensource.org/licenses/MIT>)

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.