Crate endermite

Source

Structs§

BE
Represents big endianness
LE
Represents little endianness

Traits§

BinRead
A trait to read BinReadable types
BinReadable
A trait for types that can be read from a binary stream
BinWritable
A trait for types that can be written to a binary stream
BinWrite
A trait to write BinWritable types
Endianness
Trait that allows a struct to be used as an endianness when working with bytes