Pure Rust implementation of the Snappy compression algorithm
Description
A pure Rust implementation of the Snappy compression algorithm. Includes
streaming compression and decompression.
This package contains library source intended for building other packages which
use the "snap" crate.