Module bytes

Module bytes 

Source
Expand description

Utilities module to manipulate bytes.

Structs§

Bytes
A buffer similar to Box<[u8]> that supports custom memory alignment and allows trailing uninitialized bytes.

Enums§

AllocationError
Errors that may occur during memory allocation operations.

Traits§

AllocationController
Defines how an [Allocation] can be controlled.