Module nested_encoder

Module nested_encoder 

Source
Expand description

Nested structure encoding for LNMP v0.5 binary format.

This module provides encoding support for nested records and arrays in the binary format. It implements recursive encoding with depth validation and size limits to prevent stack overflow and memory exhaustion attacks.

Structsยง

BinaryNestedEncoder
Binary nested structure encoder for LNMP v0.5
NestedEncoderConfig
Configuration for nested structure encoding (v0.5)