mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-18 12:31:22 +00:00
Reexport ConnectedPoint at the root (#1119)
This commit is contained in:
@ -81,6 +81,7 @@ pub mod upgrade;
|
|||||||
|
|
||||||
pub use multiaddr::Multiaddr;
|
pub use multiaddr::Multiaddr;
|
||||||
pub use muxing::StreamMuxer;
|
pub use muxing::StreamMuxer;
|
||||||
|
pub use nodes::raw_swarm::ConnectedPoint;
|
||||||
pub use peer_id::PeerId;
|
pub use peer_id::PeerId;
|
||||||
pub use protocols_handler::{ProtocolsHandler, ProtocolsHandlerEvent};
|
pub use protocols_handler::{ProtocolsHandler, ProtocolsHandlerEvent};
|
||||||
pub use identity::PublicKey;
|
pub use identity::PublicKey;
|
||||||
|
Reference in New Issue
Block a user