Expand description
Base module provides a low-level structure for data encoding and decoding
Re-exports§
Modules§
- body
- Base object is a common owned object that is used to represent pages / messages / data and can be encoded and decoded for wire communication.
- header
- Header is a high level representation of the protocol header used in all DSF objects
Structs§
- Parse
Iter - Iterative parser object, constructed with
Parse::parse_iter
for types implementingParse