Crates.io | ockam_node |
lib.rs | ockam_node |
version | 0.131.0 |
source | src |
created_at | 2021-02-02 14:37:53.068578 |
updated_at | 2024-10-25 20:29:32.296566 |
description | This crate provides an implementation of an Ockam [Ockam][main-ockam-crate-link] Node and is intended for use by crates that provide features and add-ons to the main [Ockam][main-ockam-crate-link] library. The main [Ockam][main-ockam-crate-link] crate re-exports types defined in this crate, when the `"std"` feature is enabled. |
homepage | https://github.com/build-trust/ockam |
repository | https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_node |
max_upload_size | |
id | 349769 |
size | 422,425 |
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 an Ockam Ockam Node and is intended for use by crates that provide features and add-ons to the main Ockam library.
The main Ockam crate re-exports types defined in
this crate, when the "std"
feature is enabled.
Add this to your Cargo.toml
:
[dependencies]
ockam_node = "0.131.0"
This code is licensed under the terms of the Apache License 2.0.