Crates.io | blosc-sys |
lib.rs | blosc-sys |
version | 1.21.0 |
source | src |
created_at | 2015-08-29 22:57:26.569884 |
updated_at | 2023-06-09 16:31:25.28312 |
description | Rust FFI bindings to the C-BLOSC compression library |
homepage | |
repository | https://github.com/asomers/blosc-rs |
max_upload_size | |
id | 2956 |
size | 23,751 |
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.