Crate atm0s_sdn_multiaddr
source ·Expand description
Implementation of multiaddr in Rust.
Macros
- Easy way for a user to create a
Multiaddr
.
Structs
- Iterator over
Multiaddr
Protocol
s. - Representation of a Multiaddr.
- Iterator over the string idtenfiers of the protocols (not addrs) in a multiaddr
Enums
- Error types
- Error while parsing an URL.
Protocol
describes all possible multiaddress protocols.
Functions
- Attempts to parse an URL into a multiaddress.
- Attempts to parse an URL into a multiaddress. Ignores possible loss of information.