ockam_message_derive

Crates.ioockam_message_derive
lib.rsockam_message_derive
version0.1.0
sourcesrc
created_at2021-11-02 01:32:21.488864
updated_at2021-11-02 01:32:21.488864
descriptionOckam Message trait [derive] macro.
homepagehttps://github.com/ockam-network/ockam
repositoryhttps://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_message_derive
max_upload_size
id475539
size17,116
Ockam Developers (ockam-team)

documentation

README

ockam_message_derive

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 a proc macro to derive the Message trait for a type.

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_message_derive = "0.1.0"

License

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

Commit count: 9007

cargo fmt