Crate hydraulic Copy item path Source compress Generic interface to compress data through either a Read or a Write interface
TODO: Example decompress Generic interface to decompress data through either a Read or a Write interface implementation Module specifically for implementation prelude Implements: read AlgorithmMeta Metadata for algorithms to add generic data to. Should not be used to store anything except
data specifically for the algorithm itself CompressionLevel General Compression Level implementation for Algorithm.
Low = 2
Med = 6
High = 9
Custom values may also be assigned using the CompressionLevel::Custom(x) enum type Algorithm Algorithm is the generic type which implements all the functions required for both encoding
and decoding