a0 0.0.4

generate structs and their values from external data
Documentation
[dependencies.proc-macro2]
version = "1.0.86"

[dependencies.quote]
version = "1.0.37"

[dependencies.serde_json]
version = "1.0.128"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.syn]
features = ["full"]
version = "2.0.79"

[dependencies.toml]
version = "0.8.19"

[lib]
name = "a0"
path = "macro.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "generate structs and their values from external data"
edition = "2021"
license = "MIT"
name = "a0"
readme = "README.md"
version = "0.0.4"

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