field_iterator_derive 0.1.0

Proc-macro for field_iterator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
author = "HoloTheDrunk"
name = "field_iterator_derive"
version = "0.1.0"
edition = "2021"
description = "Proc-macro for field_iterator"
license = "MIT"
repository = "https://github.com/HoloTheDrunk/field_iterator"
readme = "README.md"
keywords = ["iterator", "proc-macro", "derive", "reflect", "reflection"]
categories = ["rust-patterns"]

[lib]
proc-macro = true

[dependencies]
quote = "1.0.36"
syn = "2.0.58"