1 unstable release

0.1.0 May 10, 2023

#24 in #iterable

Download history 4954/week @ 2024-08-05 4986/week @ 2024-08-12 4243/week @ 2024-08-19 4345/week @ 2024-08-26 3736/week @ 2024-09-02 3569/week @ 2024-09-09 3401/week @ 2024-09-16 2936/week @ 2024-09-23 3658/week @ 2024-09-30 3081/week @ 2024-10-07 3599/week @ 2024-10-14 4736/week @ 2024-10-21 4567/week @ 2024-10-28 4979/week @ 2024-11-04 4134/week @ 2024-11-11 5117/week @ 2024-11-18

19,069 downloads per month
Used in 32 crates (via struct_iterable)

MIT license

8KB

Struct Iterable Derive

This crate is a supporting library for the struct_iterable crate. It provides the proc macro Iterable which is used in conjunction with the struct_iterable_internal crate 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 struct_iterable crate instead.

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

Dependencies

~0.5–1MB
~24K SLoC