[−][src]Module rust_ipv8::serialization::varlen
Module containing everything related to the Varlen data structure
Structs
| VarLen16 | Struct representing a payload section of variable length section of a payload. VarLen16 means the max length of the variable length section is 2^16 bytes |
| VarLen32 | Struct representing a payload section of variable length section of a payload. VarLen16 means the max length of the variable length section is 2^32 bytes |
| VarLen64 | Struct representing a payload section of variable length section of a payload. VarLen16 means the max length of the variable length section is 2^64 bytes |