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
- Compression algorithms supported by
NippyJar
.
Structs§
- Data
Reader - Manages the reading of static file data using memory-mapped files.
- Nippy
Jar NippyJar
is a specialized storage format designed for immutable data.- Nippy
JarChecker - Performs consistency checks or heals on the
NippyJar
file - Nippy
JarCursor - Simple cursor implementation to retrieve data from
NippyJar
. - Nippy
JarWriter - Writer of
NippyJar
. Handles table data and offsets only.
Enums§
- Functions
- empty enum for backwards compatibility
- Inclusion
Filters - empty enum for backwards compatibility
- Nippy
JarError - Errors associated with
crate::NippyJar
.
Constants§
- CONFIG_
FILE_ EXTENSION - The file extension used for configuration files.
Traits§
- Nippy
JarHeader - A trait for the user-defined header of
NippyJar
.
Type Aliases§
- Column
Result - Alias type for a column value wrapped in
Result
.