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 data = ;
let cb : = deflate;
println!;
let uc : = inflate;
println!;
assert!;