mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-26 08:11:39 +00:00
Floodsub chat example (#641)
* Add a floodsub example with the new Swarm * WIP fixes for Floodsub chat-example code * cleanup * Address grumbles * Update docs * Update to newest master
This commit is contained in:
@ -165,7 +165,7 @@ mod transport_ext;
|
||||
pub mod simple;
|
||||
|
||||
pub use self::core::{
|
||||
Transport, PeerId,
|
||||
Transport, PeerId, Swarm,
|
||||
upgrade::{InboundUpgrade, InboundUpgradeExt, OutboundUpgrade, OutboundUpgradeExt}
|
||||
};
|
||||
pub use libp2p_core_derive::NetworkBehaviour;
|
||||
|
Reference in New Issue
Block a user