Module bee_common::packable[][src]

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

Enums

OptionError

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

Traits

Packable

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

Read

The Read trait allows for reading bytes from a source.

Write

A trait for objects which are byte-oriented sinks.