[][src]Module packs::structure

Modules

generic_struct
packable_struct
struct_sum

Functions

decode_struct

Tries to read a PackStream struct with provided tag byte. Checks for the number of fields as well as the read tag byte and fails, if at least one does not match.

encode_struct

Encodes a PackableStruct as a PackStream struct with the provided tag byte.