63 breaking releases

new 0.68.0 Jan 9, 2025
0.67.0 Dec 12, 2024
0.66.0 Dec 5, 2024
0.65.0 Nov 28, 2024
0.2.0 Jun 7, 2022

#1426 in Cryptography

Download history 64/week @ 2024-09-12 249/week @ 2024-09-19 113/week @ 2024-09-26 13/week @ 2024-10-03 141/week @ 2024-10-10 200/week @ 2024-10-17 65/week @ 2024-10-24 15/week @ 2024-10-31 81/week @ 2024-11-07 63/week @ 2024-11-14 11/week @ 2024-11-21 150/week @ 2024-11-28 194/week @ 2024-12-05 198/week @ 2024-12-12 4/week @ 2024-12-19

401 downloads per month
Used in 3 crates

Apache-2.0

325KB
7.5K SLoC

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.

Dependencies

~4–19MB
~223K SLoC