Expand description
For crate-level documentation, see either https://crates.io/crates/pco or https://github.com/mwlon/pcodec/tree/main/pco.
Modules
- for compressing/decompressing .pco files
- for compressing/decompressing as part of an outer, wrapping format
Structs
- Part of
ChunkLatentVarMetarepresenting a numerical range. - All configurations available for a compressor.
- Part of
ChunkMetathat describes a latent variable interleaved into the compressed data. - The metadata of a pco chunk.
- Information about progress after calling a decompression function.
Enums
- Configures whether float multiplier detection is enabled.
- Configures whether integer multiplier detection is enabled.
- A variation of how pco serializes and deserializes numbers.
PagingSpecspecifies how a chunk is split into pages.
Constants
- The count of numbers per batch, the smallest unit of decompression.
Functions
- Automatically makes an educated guess for the best compression delta encoding order, based on
numsandcompression_level.