Module allsorts_no_std::binary::read[][src]

Parse binary data

The is module provides the basis for all font parsing in Allsorts. The parsing approach is inspired by the paper, The next 700 data description languages by Kathleen Fisher, Yitzhak Mandelbaum, David P. Walker.

Structs

ReadArray
ReadArrayCowIter
ReadArrayDepIter
ReadArrayIter
ReadBuf
ReadCache
ReadCtxt
ReadEof
ReadScope
ReadScopeOwned

Enums

ReadArrayCow

Traits

CheckIndex
ReadBinary
ReadBinaryDep
ReadFixedSizeDep
ReadFrom
ReadUnchecked

Read will always succeed if sufficient bytes are available.