Modules§
Macros§
- byte_
vector - Creates a new
ByteVectorfrom the givenu8values. - hcodec
- Converts an
HListofCodecs into aCodecthat operates on anHListof values. - record_
struct - Defines a struct that has derived impls for some common traits along with implementations
of the
FromHListandToHListtraits, taking all fields into account. - struct_
codec - Shorthand for creating a
Codecfor a struct.