Crate reth_nippy_jar

Source
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§

DataReader
Manages the reading of static file data using memory-mapped files.
NippyJar
NippyJar is a specialized storage format designed for immutable data.
NippyJarChecker
Performs consistency checks or heals on the NippyJar file
NippyJarCursor
Simple cursor implementation to retrieve data from NippyJar.
NippyJarWriter
Writer of NippyJar. Handles table data and offsets only.

Enums§

Functions
empty enum for backwards compatibility
InclusionFilters
empty enum for backwards compatibility
NippyJarError
Errors associated with crate::NippyJar.

Constants§

CONFIG_FILE_EXTENSION
The file extension used for configuration files.

Traits§

NippyJarHeader
A trait for the user-defined header of NippyJar.

Type Aliases§

ColumnResult
Alias type for a column value wrapped in Result.