Modules§
- parser
- Binary parser combinator
Structs§
Functions§
- from_
bytes - Analyze as binary data of one file in order from hkx header.
- from_
bytes_ with_ opt - Analyze as binary data of one file in order from hkx header(with custom deserializer settings).
- from_
partial_ bytes - Parse binary data as the type specified in the partial generics.
- from_
partial_ bytes_ with_ opt - Parse binary data as the type specified in the partial generics with custom
BytesDeserializer
settings.