1
0
mirror of https://github.com/fluencelabs/rust-libp2p synced 2025-06-23 23:01:33 +00:00

Reexport IdentifyInfo ()

This commit is contained in:
Pierre Krieger
2019-01-22 17:42:15 +01:00
committed by GitHub
parent a2ab7ff4a9
commit 14a90fd701

@ -83,6 +83,7 @@ extern crate void;
pub use self::identify::{Identify, IdentifyEvent}; pub use self::identify::{Identify, IdentifyEvent};
pub use self::id_transport::IdentifyTransport; pub use self::id_transport::IdentifyTransport;
pub use self::protocol::IdentifyInfo;
pub use self::topology::IdentifyTopology; pub use self::topology::IdentifyTopology;
pub mod listen_handler; pub mod listen_handler;