hydraulic 0.1.0

An interface for generic compression library usage with a collection (unimplemented so far) of pre-existing compression libraries
Documentation
1
2
3
4
5
6
use crate::compression_level::CompressionLevel;

#[derive(Clone, Copy, Debug, Default, Eq, Ord, PartialEq, PartialOrd)]
pub struct AlgorithmMeta {
    pub(crate) level: Option<CompressionLevel>,
}