basic explanation comments
Some checks failed
/ Test-Suite (push) Failing after 23s

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-15 14:39:14 -05:00
parent 9777711277
commit 162b748d3e

View File

@ -9,5 +9,5 @@ edition = "2024"
#proc-macro = true
[dependencies]
syn = { version = "2.0.100" }
quote = { version = "1.0.40" }
syn = { version = "2.0.100" } # rust code from string -> data structure
quote = { version = "1.0.40" } # syn data structures to rust code