1 2 3 4 5 6 7 8
#![cfg_attr(docsrs, feature(doc_cfg))] mod client; mod proto; pub use client::*; /// String of AutoNAT Protocol pub const PROTOCOL_LIBP2P_AUTONAT: &str = "/libp2p/autonat/1.0.0";