Module container

Module container 

Source
Expand description

Container-aware helpers that bridge .lnmp headers with codec entry points.

Structs§

ContainerBuilder
Helper that builds .lnmp containers from parsed records or raw payloads.
ContainerFrame
Borrowed view over a .lnmp container.
DeltaMetadata
Decoded view over delta metadata (mode 0x04).
StreamMetadata
Decoded view over stream metadata (mode 0x03).

Enums§

ContainerBody
High-level view over the payload region for each mode.
ContainerDecodeError
Errors returned while decoding the payload content.
ContainerEncodeError
Errors produced while emitting .lnmp containers.
ContainerFrameError
Errors that can surface while parsing a .lnmp container frame.
MetadataError
Errors that surface while decoding metadata blocks.

Functions§

delta_apply_context_from_metadata
Constructs a delta apply context from decoded delta metadata.
parse_delta_metadata
Parses delta metadata bytes into a DeltaMetadata structure.
parse_stream_metadata
Parses stream metadata bytes into a StreamMetadata structure.