[][src]Crate rcodec

Modules

byte_vector
codec
error
macros

Macros

byte_vector

Creates a new ByteVector from the given u8 values.

hcodec

Converts an HList of Codecs into a Codec that operates on an HList of values.

record_struct

Defines a struct that has derived impls for some common traits along with implementations of the FromHList and ToHList traits, taking all fields into account.

struct_codec

Shorthand for creating a Codec for a struct.