Rust FFI bindings for the C-Blosc compression library.
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
crate.
blosc-sys
is distributed under the MIT license. See
LICENSE-MIT for details.