mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-01 18:51:35 +00:00
Add support for noise IX, XX, and IK handshakes. (#888)
This commit is contained in:
@ -158,6 +158,9 @@ pub use libp2p_mplex as mplex;
|
||||
#[cfg(not(any(target_os = "emscripten", target_os = "unknown")))]
|
||||
#[doc(inline)]
|
||||
pub use libp2p_mdns as mdns;
|
||||
#[cfg(not(any(target_os = "emscripten", target_os = "unknown")))]
|
||||
#[doc(inline)]
|
||||
pub use libp2p_noise as noise;
|
||||
#[doc(inline)]
|
||||
pub use libp2p_ping as ping;
|
||||
#[doc(inline)]
|
||||
|
Reference in New Issue
Block a user