Expand description
This is the main model for our ByteArray Object
Structs§
- Byte
Array - Debug derive and Display is intentionally left out to avoid any intentional data leakages through formatters
- Uninit
Byte Array - marker struct for uninitialized byte arrays that still require padding information for odd arrays
from user. If you wish for a default constructor please check
ByteArray::default. Please note that this struct represents an intermediate state and is not to be used by the client directly
Enums§
- Byte
Array OddWord Pad - Enum controlling Padding behavior for odd byte arrays use by
ByteArray