ockam_macros

Crates.ioockam_macros
lib.rsockam_macros
version0.35.0
sourcesrc
created_at2021-12-07 00:06:30.769374
updated_at2024-09-24 01:01:52.746092
descriptionEnd-to-end encryption and mutual authentication for distributed applications.
homepagehttps://github.com/build-trust/ockam
repositoryhttps://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_macros
max_upload_size
id493455
size55,619
Mrinal Wadhwa (mrinalwadhwa)

documentation

README

ockam_macros

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 provides shared macros to:

  • clone structs asynchronously

  • create an ockam node and access its Context

  • write some node-related tests

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_macros = "0.35.0"

License

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

Commit count: 0

cargo fmt