rsnappy 0.1.0

Pure rust implementation of the snappy compression algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dev-dependencies]
docopt = "0.6.67"
rand = "0.3.11"
rustc-serialize = "0.3.15"

[package]
authors = ["Viktor Dahl <pazaconyoman@gmail.com>"]
build = "build.rs"
description = "Pure rust implementation of the snappy compression algorithm"
license = "MIT"
name = "rsnappy"
repository = "https://github.com/veddan/rust-snappy"
version = "0.1.0"