Make deriving the NetworkBehaviour more ergonomic (#782)

This commit is contained in:
Pierre Krieger
2018-12-20 15:21:13 +01:00
committed by GitHub
parent 6be3aca768
commit d10cafa804
7 changed files with 82 additions and 43 deletions

View File

@ -42,4 +42,5 @@ mod rpc_proto;
mod topic;
pub use self::layer::Floodsub;
pub use self::protocol::{FloodsubMessage, FloodsubRpc};
pub use self::topic::{Topic, TopicBuilder, TopicHash};