rand-gen-proc-macro 0.1.1

Proc macros for the rand-gen crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rand-gen-proc-macro"
edition.workspace = true
version.workspace = true
license.workspace = true
description = "Proc macros for the rand-gen crate"

[lib]
proc-macro = true


[dependencies]
darling = "0.20.3"
proc-macro2 = "1.0.73"
quote = "1.0.34"
syn = "2.0.43"