Module endian

Source

Macrosยง

define_endian ๐Ÿ”’
impl_array_encoding ๐Ÿ”’
impl_endian ๐Ÿ”’

Structsยง

BigEndian
LittleEndian

Traitsยง

ArrayEncoding
Work around the inability to implement AsRef for arrays of Encodings due to the coherence rules.
Encoding
An Encoding of a type T can be converted to/from its byte representation without any byte swapping or other computation.
FromArray
Work around the inability to implement from for arrays of Encodings due to the coherence rules.

Functionsยง

as_byte_slice