metastruct_macro 0.1.4

Abstractions for iterating and mapping over struct fields (proc macro crate)
Documentation
[dependencies.darling]
version = "0.23"

[dependencies.itertools]
version = "0.14"

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

[dependencies.quote]
version = "1"

[dependencies.smallvec]
version = "1"

[dependencies.syn]
version = "2"

[lib]
name = "metastruct_macro"
path = "src/lib.rs"
proc-macro = true

[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 (proc macro crate)"
edition = "2021"
keywords = ["field", "iterator", "macro"]
license = "Apache-2.0"
name = "metastruct_macro"
readme = "README.md"
repository = "https://github.com/sigp/metastruct"
version = "0.1.4"

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

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

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