| Crates.io | snappy_src |
| lib.rs | snappy_src |
| version | 0.2.5+snappy.1.2.2 |
| created_at | 2024-06-21 14:39:34.620906+00 |
| updated_at | 2025-03-26 20:23:42.462294+00 |
| description | FFI bindings for snappy, a fast compressor/decompressor |
| homepage | |
| repository | https://github.com/LDeakin/rust_snappy_src |
| max_upload_size | |
| id | 1279591 |
| size | 259,188 |
Raw Rust bindings to Snappy (https://github.com/google/snappy), a fast compressor/decompressor.
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
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.