#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

#606 in Compression

Download history 426/week @ 2024-11-16 576/week @ 2024-11-23 1133/week @ 2024-11-30 791/week @ 2024-12-07 623/week @ 2024-12-14 179/week @ 2024-12-21 254/week @ 2024-12-28 256/week @ 2025-01-04 709/week @ 2025-01-11 554/week @ 2025-01-18 441/week @ 2025-01-25 415/week @ 2025-02-01 640/week @ 2025-02-08 459/week @ 2025-02-15 425/week @ 2025-02-22 337/week @ 2025-03-01

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