| Crates.io | ockam_multiaddr |
| lib.rs | ockam_multiaddr |
| version | 0.70.0 |
| created_at | 2022-06-07 00:14:31.479858+00 |
| updated_at | 2025-03-03 22:16:15.134766+00 |
| description | An implementation of multiformats.io/multiaddr |
| homepage | https://github.com/ockam-network/ockam/implementations/rust/ockam/ockam_multiaddr |
| repository | https://github.com/ockam-network/ockam |
| max_upload_size | |
| id | 601154 |
| size | 69,029 |
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.Add this to your Cargo.toml:
[dependencies]
ockam_multiaddr = "0.70.0"
This code is licensed under the terms of the Apache License 2.0.