RFC 1951 compression and de-compression.
flate3 is intended to be a high-performance alternative to the flate2 crate.
It should compress slightly better than flate2. It uses multiple threads to compress faster.
Example:
let mut comp = new;
let data = ;
let cb : = comp.deflate;
println!;
let uc : = inflate;
println!;
assert!;