Module ctx

Module ctx 

Source
Expand description

Context for primitives

Enums§

Bytes
Context for &u8 to determine where the slice ends.
Endian
Endiannes of numbers.
Str
Context for &str to determine where a &str ends.

Constants§

BE
Big endian byte order
LE
Little endian byte order
NATIVE
The machine’s native endianness
NETWORK
Network endian
NULL
Null string delimiter
RET
Return string delimiter
SPACE
Space string delimiter
TAB
Tab string delimiter