#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

#431 in Compression

Download history 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 691/week @ 2024-11-07 373/week @ 2024-11-14 597/week @ 2024-11-21 780/week @ 2024-11-28 998/week @ 2024-12-05 813/week @ 2024-12-12 209/week @ 2024-12-19 244/week @ 2024-12-26 200/week @ 2025-01-02 606/week @ 2025-01-09

1,466 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