ockam_multiaddr

Crates.ioockam_multiaddr
lib.rsockam_multiaddr
version0.67.0
sourcesrc
created_at2022-06-07 00:14:31.479858
updated_at2024-12-12 20:50:30.242829
descriptionAn implementation of multiformats.io/multiaddr
homepagehttps://github.com/ockam-network/ockam/implementations/rust/ockam/ockam_multiaddr
repositoryhttps://github.com/ockam-network/ockam
max_upload_size
id601154
size68,821
Mrinal Wadhwa (mrinalwadhwa)

documentation

README

ockam_multiaddr

crate docs license discuss

Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.

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.

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_multiaddr = "0.67.0"

License

This code is licensed under the terms of the Apache License 2.0.

Commit count: 9096

cargo fmt