Module base

Source
Expand description

Base module provides a low-level structure for data encoding and decoding

Re-exports§

pub use header::*;
pub use body::*;

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§

ParseIter
Iterative parser object, constructed with Parse::parse_iter for types implementing Parse

Traits§

Encode
Encode trait for building encodable objects
Parse
Parse trait for building parse-able objects