mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-04 20:21:33 +00:00
Added Onion3 support to multiaddr (#1354)
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
pub use multihash;
|
||||
|
||||
mod protocol;
|
||||
mod onion_addr;
|
||||
mod errors;
|
||||
mod from_url;
|
||||
|
||||
@ -26,6 +27,7 @@ use std::{
|
||||
pub use self::errors::{Result, Error};
|
||||
pub use self::from_url::{FromUrlErr, from_url, from_url_lossy};
|
||||
pub use self::protocol::Protocol;
|
||||
pub use self::onion_addr::Onion3Addr;
|
||||
|
||||
static_assertions::const_assert! {
|
||||
// This check is most certainly overkill right now, but done here
|
||||
|
Reference in New Issue
Block a user