snappy_src

Crates.iosnappy_src
lib.rssnappy_src
version0.2.3+snappy.1.2.1
sourcesrc
created_at2024-06-21 14:39:34.620906
updated_at2024-06-22 06:44:33.876514
descriptionFFI bindings for snappy, a fast compressor/decompressor
homepage
repositoryhttps://github.com/LDeakin/rust_snappy_src
max_upload_size
id1279591
size249,030
Lachlan Deakin (LDeakin)

documentation

https://docs.rs/snappy_src

README

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.

Commit count: 24

cargo fmt