Expand description
This crate provides an implementation of multiformats.io/multiaddr.
The main entities of this crate are:
MultiAddr: A sequence of protocol values.Protocol: A type that can be read from and written to strings and bytes.Codec: A type that understands protocols.ProtoValue: A section of a MultiAddr.
Modules§
Structs§
- Checked
- Asserts that the wrapped value has been subject to some inspection.
- Code
- A numeric protocol code.
- Error
- Multi
Addr - A sequence of
Protocols. - Proto
Iter - Iterator over binary
Protocolvalues of aMultiAddr. - Proto
Value - Protocol value bytes.
- Registry
- Registry
Builder