mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-30 18:21:33 +00:00
Add deflate protocol (#1146)
This commit is contained in:
committed by
Pierre Krieger
parent
e7ab8eb1c3
commit
6a2a401458
@ -163,6 +163,8 @@ pub use tokio_codec;
|
||||
|
||||
#[doc(inline)]
|
||||
pub use libp2p_core as core;
|
||||
#[doc(inline)]
|
||||
pub use libp2p_deflate as deflate;
|
||||
#[cfg(not(any(target_os = "emscripten", target_os = "unknown")))]
|
||||
#[doc(inline)]
|
||||
pub use libp2p_dns as dns;
|
||||
|
Reference in New Issue
Block a user