bee-gossip 1.0.0

Allows peers in the same IOTA network to exchange gossip messages with each other.
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 self::{event::*, io::*, protocol::*};