[][src]Crate ssz

Traits

Composite
Decode

Trait that allows zero-copy read of value-references from slices in LE format.

Encode

Trait that allows zero-copy write of value-references to slices in SSZ format. Implementations should override using_encoded for value types and encode_to for allocating types.

Hashable
Input

Trait that allows reading of data into a slice.

Output

Trait that allows writing of data.

Prefixable

Note whether the item is prefixed.

Ssz

Trait that allows zero-copy read/write of value-references to/from slices in LE format.