Crates.io | ockam_multiaddr |
lib.rs | ockam_multiaddr |
version | 0.67.0 |
source | src |
created_at | 2022-06-07 00:14:31.479858 |
updated_at | 2024-12-12 20:50:30.242829 |
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 | 68,821 |
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.67.0"
This code is licensed under the terms of the Apache License 2.0.