[][src]Module dsf_core::wire

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

Structs

Container

Container object provides base field accessors over an arbitrary (mutable or immutable) buffers See https://lab.whitequark.org/notes/2016-12-13/abstracting-over-mutability-in-rust/ for details