nestify 0.3.1

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.
Documentation
[dependencies.proc-macro-error]
version = "1.0.4"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.69"

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
features = ["extra-traits"]
version = "2.0.39"

[lib]
proc-macro = true

[package]
authors = ["Patrick Unick <dev_storm@winux.com>"]
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."
edition = "2021"
keywords = ["macro", "nested", "syntax", "struct", "api-response"]
license = "MIT"
name = "nestify"
readme = "README.md"
repository = "https://github.com/snowfoxsh/nestify"
version = "0.3.1"