Crates.io | ockam_node_no_std |
lib.rs | ockam_node_no_std |
version | 0.14.0 |
source | src |
created_at | 2021-08-23 20:44:54.835575 |
updated_at | 2021-12-14 00:35:15.558378 |
description | Ockam library types that do not need `std`. |
homepage | https://github.com/ockam-network/ockam |
repository | https://github.com/ockam-network/ockam/implementations/rust/ockam/ockam_node_no_std |
max_upload_size | |
id | 441392 |
size | 4,825 |
Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
This crate provides an no_std implementation of an Ockam Node.
Add this to your Cargo.toml
:
[dependencies]
ockam_node_no_std = "0.14.0"
This code is licensed under the terms of the Apache License 2.0.