Module nested_decoder

Module nested_decoder 

Source
Expand description

Nested structure decoding for LNMP v0.5 binary format.

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

Structsยง

BinaryNestedDecoder
Binary nested structure decoder for LNMP v0.5
NestedDecoderConfig
Configuration for nested structure decoding (v0.5)