component-init-macro 0.2.0

`component-init` macro for deriving a pre-initialization function
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "component-init-macro"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "`component-init` macro for deriving a pre-initialization function"

[lib]
proc-macro = true

[dependencies]
syn = { workspace = true, features = ["full"] }
quote.workspace = true