[][src]Module bee_common::packable

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

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.