Crates.io | snappy_src |
lib.rs | snappy_src |
version | 0.2.3+snappy.1.2.1 |
source | src |
created_at | 2024-06-21 14:39:34.620906 |
updated_at | 2024-06-22 06:44:33.876514 |
description | FFI bindings for snappy, a fast compressor/decompressor |
homepage | |
repository | https://github.com/LDeakin/rust_snappy_src |
max_upload_size | |
id | 1279591 |
size | 249,030 |
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.