#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

#504 in Compression

Download history 707/week @ 2024-03-13 676/week @ 2024-03-20 733/week @ 2024-03-27 536/week @ 2024-04-03 346/week @ 2024-04-10 180/week @ 2024-04-17 265/week @ 2024-04-24 389/week @ 2024-05-01 489/week @ 2024-05-08 445/week @ 2024-05-15 750/week @ 2024-05-22 202/week @ 2024-05-29 307/week @ 2024-06-05 364/week @ 2024-06-12 496/week @ 2024-06-19 303/week @ 2024-06-26

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