#bindings #c-blosc

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

#429 in Compression

Download history 567/week @ 2024-07-25 343/week @ 2024-08-01 402/week @ 2024-08-08 617/week @ 2024-08-15 96/week @ 2024-08-22 275/week @ 2024-08-29 273/week @ 2024-09-05 347/week @ 2024-09-12 758/week @ 2024-09-19 566/week @ 2024-09-26 495/week @ 2024-10-03 478/week @ 2024-10-10 584/week @ 2024-10-17 754/week @ 2024-10-24 468/week @ 2024-10-31 681/week @ 2024-11-07

2,538 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