#reflection #proc-macro #iterator #derive

macro field_iterator_derive

Proc-macro for field_iterator

1 unstable release

0.1.0 Apr 10, 2024

#8 in #reflect


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

~255–700KB
~17K SLoC