#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

#451 in Compression

Download history 369/week @ 2023-12-22 394/week @ 2023-12-29 640/week @ 2024-01-05 340/week @ 2024-01-12 738/week @ 2024-01-19 507/week @ 2024-01-26 402/week @ 2024-02-02 682/week @ 2024-02-09 509/week @ 2024-02-16 638/week @ 2024-02-23 265/week @ 2024-03-01 368/week @ 2024-03-08 935/week @ 2024-03-15 581/week @ 2024-03-22 683/week @ 2024-03-29 286/week @ 2024-04-05

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