45 breaking releases

new 0.50.0 Apr 16, 2024
0.48.0 Apr 1, 2024
0.47.0 Mar 19, 2024
0.43.0 Dec 29, 2023
0.2.0 Jun 7, 2022

#929 in Network programming

Download history 98/week @ 2023-12-22 94/week @ 2023-12-29 58/week @ 2024-01-05 26/week @ 2024-01-12 514/week @ 2024-02-16 76/week @ 2024-02-23 153/week @ 2024-03-01 35/week @ 2024-03-08 155/week @ 2024-03-15 21/week @ 2024-03-22 152/week @ 2024-03-29 154/week @ 2024-04-05

485 downloads per month
Used in 3 crates

Apache-2.0

310KB
7K 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.50.0"

License

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

Dependencies

~4–17MB
~198K SLoC