Crate ockam_multiaddr

source ·
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§

Enums§

Traits§