ockam_message_derive 0.1.0

Ockam Message trait [derive] macro.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 17.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 275.7 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mrinalwadhwa ockam-team mattgreg github:build-trust:crate-publishers

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.