snappy 0.4.0

Rust bindings to the Google compression library 'snappy'
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "snappy"
version = "0.4.0"
authors = ["Daniel Micay <danielmicay@gmail.com>", "Jeff Belgum <jeffbelgum@gmail.com>"]
license = "MIT"
repository = "https://github.com/JeffBelgum/rust-snappy"
documentation = "https://docs.rs/snappy/"
homepage = "https://github.com/JeffBelgum/rust-snappy"
description = "Rust bindings to the Google compression library 'snappy'"

[dependencies]
snappy-sys = { version = "0.1", path = "snappy-sys" }
libc = "0.2"