8 releases (breaking)
Uses new Rust 2021
0.12.0 | Jan 18, 2023 |
---|---|
0.10.0 | Sep 21, 2022 |
0.9.0 | Sep 9, 2022 |
0.2.0 | Jun 7, 2022 |
#311 in Authentication
60 downloads per month
Used in 2 crates
47KB
1K
SLoC
ockam_multiaddr
Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
License
This code is licensed under the terms of the Apache License 2.0.
lib.rs
:
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.
Dependencies
~5MB
~98K SLoC