Structs§
- Document
- Document
Iterator - Iterator for a whole document. It’s strongly recommended to use a BufReader or some other buffered reader, because this will very often only iterate a single byte at a time to avoid overreading.
- Heading
- Unit
- Units
Enums§
Functions§
- read_
document - Try to read a whole document contained in the byte array. The document may have any amount of trailing data, which will be ignored.