Add the source code

This commit is contained in:
2025-09-02 15:35:49 +09:00
parent 13be386a17
commit d2954f92be
7 changed files with 628 additions and 1 deletions

12
bf-macro/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "bf-macro"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full"] }