Expand description
Immutable data store format.
Warning: The NippyJar
encoding format and its implementations are
designed for storing and retrieving data internally. They are not hardened
to safely read potentially malicious data.
Modules§
- Compression algorithms supported by
NippyJar
.
Structs§
- Manages the reading of static file data using memory-mapped files.
NippyJar
is a specialized storage format designed for immutable data.- Performs consistency checks or heals on the
NippyJar
file - Simple cursor implementation to retrieve data from
NippyJar
. - Writer of
NippyJar
. Handles table data and offsets only.
Enums§
- empty enum for backwards compatibility
- empty enum for backwards compatibility
- Errors associated with
crate::NippyJar
.
Constants§
- The file extension used for configuration files.
Traits§
- A trait for the user-defined header of
NippyJar
.
Type Aliases§
- Alias type for a column value wrapped in
Result
.