Crate bee_common

Source
Expand description

A crate that provides common functionalities shared across multiple crates within the Bee framework, and for applications built on-top.

Modulesยง

logger
A logger backend for the log crate.
ord
A module that provides features related to ordering.
packable
A module that provides a Packable trait to serialize and deserialize types.
time
A module that provides common functions for timestamps.