Rust FFI bindings for the C-Blosc compression library.
[](https://travis-ci.org/asomers/blosc-rs)
The `blosc-sys` crate provides raw FFI bindings for C-Blosc. Here be dragons!
You probably don't want to use it directly. Instead, you should probably use
the [`blosc`](https://crates.io/crates/blosc) crate.
`blosc-sys` is distributed under the MIT license. See
[LICENSE-MIT](blosc/LICENSE-MIT) for details.