capra-core 0.4.1

Diver compression library
Documentation
1
2
3
4
5
6
7
8
9
/// Represents the variants of ZHL16 defined in the library.
#[derive(Debug, Copy, Clone)]
#[cfg_attr(feature = "use-serde", derive(serde::Serialize, serde::Deserialize))]
pub enum Variant {
    /// ZHL-16B
    B,
    /// ZHL-16C
    C,
}