Crates.io | ockam_macros |
lib.rs | ockam_macros |
version | 0.35.0 |
source | src |
created_at | 2021-12-07 00:06:30.769374 |
updated_at | 2024-09-24 01:01:52.746092 |
description | End-to-end encryption and mutual authentication for distributed applications. |
homepage | https://github.com/build-trust/ockam |
repository | https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_macros |
max_upload_size | |
id | 493455 |
size | 55,619 |
Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
This crate provides shared macros to:
clone structs asynchronously
create an ockam node and access its Context
write some node-related tests
Add this to your Cargo.toml
:
[dependencies]
ockam_macros = "0.35.0"
This code is licensed under the terms of the Apache License 2.0.