Module musli_utils::fixed

source ·
Expand description

Containers which can store up to a fixed number of uninitialized bytes on the stack and read into and from it.

Structs§

  • A fixed-size bytes storage which keeps track of how much has been initialized.