[][src]Crate bee_common

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.

packable

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

shutdown

A module that deals with the graceful shutdown of asynchronous workers.

shutdown_stream

A module to simplify selecting between a shutdown signal and a stream.

worker

A module that deals with asynchronous workers in general.