#iterator #reflection #proc-macro #derive

macro field_iterator_derive

Proc-macro for field_iterator

1 unstable release

0.1.0 Apr 10, 2024

#82 in #reflection

Download history 104/week @ 2024-04-07

104 downloads per month
Used in field_iterator

MIT license

4KB

Field iterator derive

This crate is a supporting library for the field_iterator crate. It provides the proc macro Iterable to provide an easy way to make a struct iterable in Rust.

Please note: This crate is not intended to be used directly. If you want to make your structs iterable, please use the field_iterator crate instead.

Please visit the field_iterator crate on crates.io for more information and usage examples.

Dependencies

~0.4–0.8MB
~20K SLoC