5 releases

new 0.1.4 Jan 24, 2025
0.1.3 Dec 15, 2023
0.1.2 Nov 7, 2023
0.1.1 Jul 14, 2023
0.1.0 Jun 7, 2023

#254 in Compression

Download history 1/week @ 2024-10-08 1/week @ 2024-10-15 1/week @ 2024-10-29 4/week @ 2024-11-05 1/week @ 2024-11-12 22/week @ 2024-11-19 1/week @ 2024-11-26 30/week @ 2024-12-03 57/week @ 2024-12-10 8/week @ 2024-12-17 5/week @ 2024-12-31 14/week @ 2025-01-07 2/week @ 2025-01-14 110/week @ 2025-01-21

131 downloads per month

Custom license

4.5MB
87K SLoC

C 84K SLoC // 0.2% comments Rust 2.5K SLoC // 0.0% comments GNU Style Assembly 382 SLoC // 0.2% comments Shell 283 SLoC // 0.2% comments Visual Studio Project 181 SLoC Scheme 83 SLoC // 0.1% comments Python 38 SLoC // 0.1% comments Visual Studio Solution 25 SLoC

Library for automatically building c-blosc2 and generating bindings for Rust.

By default it uses bindings.rs which is checked into the library. bindings can be regenerated using the bindgen feature, however this requires llvm to be installed locally.


lib.rs:

This crate is for building c-blosc and linking to the static build.

Dependencies