fpzip-rs 0.1.0

Lossless and lossy floating-point compression for multi-dimensional arrays
Documentation
1
2
3
4
5
6
pub mod front;
pub mod pc_decoder;
pub mod pc_encoder;
pub mod pc_map;
#[cfg(feature = "simd")]
pub mod simd;