4 releases

0.2.3 snappy.1.2.1 Jun 22, 2024
0.2.2 snappy.1.2.1 Jun 22, 2024
0.1.1 Jun 21, 2024

#331 in Compression

Download history 97/week @ 2024-09-09 219/week @ 2024-09-16 259/week @ 2024-09-23 183/week @ 2024-09-30 27/week @ 2024-10-07 125/week @ 2024-10-14 94/week @ 2024-10-21 233/week @ 2024-10-28 145/week @ 2024-11-04 158/week @ 2024-11-11 641/week @ 2024-11-18 126/week @ 2024-11-25 361/week @ 2024-12-02 705/week @ 2024-12-09 95/week @ 2024-12-16 183/week @ 2024-12-23

1,345 downloads per month
Used in 2 crates (via blosc-src)

MIT/Apache

130KB
2K SLoC

C 2K SLoC // 0.3% comments Rust 117 SLoC // 0.1% comments Bazel 101 SLoC // 0.5% comments

snappy_src

Latest Version snappy_src documentation build

Raw Rust bindings to Snappy (https://github.com/google/snappy), a fast compressor/decompressor.

Bindings

This library includes a pre-generated bindings.rs file for snappy-c.h. New bindings can be generated using the bindgen feature:

cargo build --features bindgen

Licence

snappy_src is licensed under either of

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~8–440KB