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

#327 in Compression

Download history 138/week @ 2024-07-24 78/week @ 2024-07-31 126/week @ 2024-08-07 74/week @ 2024-08-14 289/week @ 2024-08-21 268/week @ 2024-08-28 86/week @ 2024-09-04 141/week @ 2024-09-11 205/week @ 2024-09-18 260/week @ 2024-09-25 143/week @ 2024-10-02 37/week @ 2024-10-09 126/week @ 2024-10-16 131/week @ 2024-10-23 212/week @ 2024-10-30 121/week @ 2024-11-06

595 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–415KB