astree_macro 0.1.0

Easily build AST from Rust structures
Documentation
[dependencies.astree_core]
version = "0.*"

[dependencies.convert_case]
version = "0.6.0"

[dependencies.hatch_result]
version = "0.1.4"

[dependencies.proc-macro2]
version = "1.0.36"

[dependencies.quote]
version = "1.0.16"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.82"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.49"

[lib]
proc-macro = true

[package]
autotests = false
description = "Easily build AST from Rust structures"
edition = "2021"
license = "MIT"
name = "astree_macro"
readme = "README.md"
resolver = "1"
version = "0.1.0"

[[test]]
name = "tests"
path = "tests/progress.rs"