runtime, macros: unify NaN-boxed value API under ValueVariant trait
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "fix-macros"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
manyhow = "0.11"
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
syn = { version = "2.0", features = ["full", "visit"] }
|
||||
Reference in New Issue
Block a user