Skip to main content

Module matter_code

Module matter_code 

Source
Available on crate feature core only.
Expand description

The untyped MatterCode enum covering all 50+ CESR codes.

Structs§

MatterCodeIter
An iterator over the variants of MatterCode

Enums§

MatterCode
All Matter CESR primitive codes as a single untyped enum.

Constants§

LARGE_VAR_HEADER_SIZE
Number of Base64 characters in the header of a large variable-size code (7, 8, 9).
SMALL_VAR_HEADER_SIZE
Number of Base64 characters in the header of a small variable-size code (4, 5, 6).