Blosc
Rust bindings for the C-Blosc compression library.
The blosc crate provides Rusty bindings for C-Blosc, a
compression library for binary data, especially numeric arrays.
[!WARNING] This crate is deprecated. The author no longer uses it in his own projects, and new alternatives have arisen. If you use this crate, then I suggest you either:
- Volunteer to take over maintainership from me.
- Switch to the byteshuffle crate, if all you care about is the shuffle filter.
- Switch to the blosc-rs crate.
- Switch to the blosc2 crate.
- Switch to the blosc2-rs crate.
Usage
# Cargo.toml
[]
= "0.3"
extern crate blosc;
License
blosc is distributed under the MIT license. See
LICENSE-MIT for details.