ockam_macros

Crates.ioockam_macros
lib.rsockam_macros
version0.38.0
created_at2021-12-07 00:06:30.769374+00
updated_at2025-03-03 22:12:30.982086+00
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,410
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:

  • faillable clone structs

  • create an ockam node and access its Context

  • write some node-related tests

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_macros = "0.38.0"

License

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

Commit count: 9652

cargo fmt