59 breaking releases

new 0.64.0 Nov 13, 2024
0.62.0 Oct 15, 2024
0.57.0 Jul 30, 2024
0.47.0 Mar 19, 2024
0.2.0 Jun 7, 2022

#1643 in Cryptography

Download history 155/week @ 2024-07-29 133/week @ 2024-08-05 304/week @ 2024-08-12 1/week @ 2024-08-19 6/week @ 2024-08-26 4/week @ 2024-09-09 75/week @ 2024-09-16 333/week @ 2024-09-23 24/week @ 2024-09-30 8/week @ 2024-10-07 173/week @ 2024-10-14 223/week @ 2024-10-21 15/week @ 2024-10-28 12/week @ 2024-11-04 129/week @ 2024-11-11

386 downloads per month
Used in 3 crates

Apache-2.0

320KB
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.64.0"

License

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

Dependencies

~4–18MB
~205K SLoC