beautiful proc macro

This commit is contained in:
Rakarake 2025-11-30 18:57:32 +01:00
parent 9b822cedc8
commit f2a4de9bd9
6 changed files with 70 additions and 29 deletions

8
gendays/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "gendays"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
path = "lib.rs"