Module bytes

Source
Expand description

Define the ByteValued trait to mark that it is safe to instantiate the struct with random data.

Traitsยง

AtomicAccess
A trait used to identify types which can be accessed atomically by proxy.
ByteValued
Types for which it is safe to initialize from raw data.
Bytes
A container to host a range of bytes and access its content.