idem-handler-macro 0.1.0

Helper macro to generate methods for structs that implement idem-handler traits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "idem-handler-macro"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
authors = [" Kalev Gonvick kalev.gonvick@idemio.dev"]
description = "Helper macro to generate methods for structs that implement idem-handler traits."

[lib]
proc-macro = true

[dependencies]
syn = "2.0"
quote = "1.0"