Module fixed_bytes

Source
Expand description

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

Structs§

FixedBytes
A fixed-size bytes storage which keeps track of how much has been initialized.
FixedBytesWriterError
An error raised while decoding a slice.