Module bee_common::packable[][src]

Expand description

A module that provides a Packable trait to serialize and deserialize types.

Enums

Error that occurs on Option<P: Packable> operations.

Traits

A trait to pack and unpack types to and from bytes.

The Read trait allows for reading bytes from a source.

A trait for objects which are byte-oriented sinks.