sys blosc-sys

Rust FFI bindings to the C-BLOSC compression library

4 releases (stable)

1.21.0 Jun 9, 2023
1.14.4 Jul 30, 2018
1.14.2 May 7, 2018
1.7.0 Aug 29, 2015
1.7.0-rust1 Aug 30, 2015

#223 in Compression

Download history 170/week @ 2023-05-25 88/week @ 2023-06-01 217/week @ 2023-06-08 193/week @ 2023-06-15 200/week @ 2023-06-22 80/week @ 2023-06-29 251/week @ 2023-07-06 95/week @ 2023-07-13 255/week @ 2023-07-20 122/week @ 2023-07-27 153/week @ 2023-08-03 195/week @ 2023-08-10 179/week @ 2023-08-17 283/week @ 2023-08-24 192/week @ 2023-08-31 221/week @ 2023-09-07

918 downloads per month
Used in 2 crates (via blosc)

MIT license

23KB
174 lines

Blosc-sys

Rust FFI bindings for the C-Blosc compression library.

Build Status

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.

License

blosc-sys is distributed under the MIT license. See LICENSE-MIT for details.


lib.rs:

Rust FFI bindings for the C-Blosc block-oriented compression library

These are raw, unsafe FFI bindings. Here be dragons! You probably shouldn't use this crate directly. Instead, you should use the blosc crate.

Dependencies