47 breaking releases

0.52.0 May 6, 2024
0.50.0 Apr 16, 2024
0.47.0 Mar 19, 2024
0.43.0 Dec 29, 2023
0.2.0 Jun 7, 2022

#813 in Network programming

Download history 562/week @ 2024-02-19 44/week @ 2024-02-26 156/week @ 2024-03-04 44/week @ 2024-03-11 148/week @ 2024-03-18 296/week @ 2024-04-01 19/week @ 2024-04-08 131/week @ 2024-04-15 161/week @ 2024-04-29 142/week @ 2024-05-06

435 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.52.0"

License

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

Dependencies

~4–16MB
~197K SLoC