Module byte::ctx [] [src]

Context for primitives

Enums

Bytes

Context for &[u8] to determine where the slice ends.

Endian

Endian 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 endian

NETWORK

Network endian

NULL

Null string delimiter

RET

Return string delimiter

SPACE

Space string delimiter

TAB

Tab string delimiter