Crate hydraulic

Crate hydraulic 

Source

Modules§

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

Structs§

AlgorithmMeta
Metadata for algorithms to add generic data to. Should not be used to store anything except data specifically for the algorithm itself

Enums§

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

Traits§

Algorithm
Algorithm is the generic type which implements all the functions required for both encoding and decoding