Modules§
Macros§
- byte_
vector - Creates a new
ByteVector
from the givenu8
values. - hcodec
- Converts an
HList
ofCodec
s into aCodec
that operates on anHList
of values. - record_
struct - Defines a struct that has derived impls for some common traits along with implementations
of the
FromHList
andToHList
traits, taking all fields into account. - struct_
codec - Shorthand for creating a
Codec
for a struct.