#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

#440 in Compression

Download history 370/week @ 2024-10-14 638/week @ 2024-10-21 651/week @ 2024-10-28 610/week @ 2024-11-04 550/week @ 2024-11-11 428/week @ 2024-11-18 694/week @ 2024-11-25 1023/week @ 2024-12-02 780/week @ 2024-12-09 621/week @ 2024-12-16 179/week @ 2024-12-23 255/week @ 2024-12-30 260/week @ 2025-01-06 727/week @ 2025-01-13 531/week @ 2025-01-20 425/week @ 2025-01-27

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