bee-common 0.2.0-alpha

Common utilities used across the bee framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2020 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

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

#![warn(missing_docs)]

pub mod event;
pub mod logger;
pub mod packable;
pub mod shutdown;
pub mod shutdown_stream;
pub mod worker;