bee-network 0.2.2

Networking functionality and types for nodes and clients participating in the IOTA protocol built on top of `libp2p`.
Documentation
// Copyright 2020-2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

mod event;
mod handler;
mod id;
mod io;
mod protocol;
mod upgrade;

pub use event::*;
pub use io::*;
pub use protocol::*;