65 breaking releases

0.72.0 Jul 3, 2024
0.69.0 Jun 12, 2024
0.61.0 Mar 19, 2024
0.57.0 Dec 29, 2023
0.10.0 Jul 18, 2022

#502 in Cryptography

Download history 167/week @ 2024-03-29 151/week @ 2024-04-05 118/week @ 2024-04-12 12/week @ 2024-04-19 138/week @ 2024-04-26 143/week @ 2024-05-03 13/week @ 2024-05-10 12/week @ 2024-05-17 174/week @ 2024-05-24 144/week @ 2024-05-31 132/week @ 2024-06-07 29/week @ 2024-06-14 188/week @ 2024-06-21 104/week @ 2024-06-28 26/week @ 2024-07-05 3/week @ 2024-07-12

323 downloads per month
Used in 2 crates

Apache-2.0

2MB
51K SLoC

ockam_api

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 supports the creation of a fully-featured Ockam Node (see NodeManager in src/nodes/service.rs).

Configuration

A NodeManager maintains its database and log files on disk in the OCKAM_HOME directory (~/.ockam) by default:

root
├─ database.sqlite
├─ nodes
  ├─ node1
  │  ├─ stderr.log
  │  ├─ stdout.log
  ├─ node2
  └─ ...

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_api = "0.72.0"

License

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

Dependencies

~97–145MB
~2.5M SLoC