Module wire

Module wire 

Source
Expand description

Wire provides a container type to map byte data to fixed fields (and vice versa) to support wire encoding and decoding.

Re-exports§

pub use builder::Builder;
pub use container::Container;

Modules§

builder
Builder provides methods to construct a container using a mutable buffer and base types
container
Container provides methods to access underlying wire object fields
header
Header provides a low-cost header abstraction for encoding/decoding