[dependencies.metastruct_macro]
optional = true
version = "0.1.4"
[[example]]
name = "hello_world"
path = "examples/hello_world.rs"
[features]
default = ["macro"]
macro = ["metastruct_macro"]
[lib]
name = "metastruct"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Abstractions for iterating and mapping over struct fields"
edition = "2021"
keywords = ["field", "iterator", "macro"]
license = "Apache-2.0"
name = "metastruct"
readme = "README.md"
repository = "https://github.com/sigp/metastruct"
version = "0.1.4"