You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Nestify offers a macro to simplify and beautify nested struct definitions in Rust, enabling cleaner, more readable code structures with less verbosity. It's especially valuable for handling API responses."
[lib]
proc-macro = true
[dependencies]
proc-macro2 = { version = "1.0.69", features = ["span-locations"] }
syn = { version = "2.0.39", features = ["extra-traits"] }