mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-28 09:11:34 +00:00
* multiaddr: feature gate url dependency Make it possible to exclude url and its dependencies from the dependency tree, by feature gating the from_url* functions in the public API. * Document feature gating of multiaddr::from_url*