Crate little_endian

Crate little_endian 

Source
Expand description

Encoding and decoding of little-endian format.

This was created out of fustration with the byteorder crate, which I felt had a heavy API, so I created this crate.

Traits§

Decode
A decodable type.
Encode
An encodable type.

Functions§

read
Read an integer from a buffer.
write
Write some integer into a buffer.