1 unstable release

0.1.0 May 10, 2023

#19 in #iterable

Download history 4760/week @ 2025-01-17 4644/week @ 2025-01-24 5590/week @ 2025-01-31 5798/week @ 2025-02-07 5651/week @ 2025-02-14 6919/week @ 2025-02-21 7546/week @ 2025-02-28 6921/week @ 2025-03-07 7334/week @ 2025-03-14 5352/week @ 2025-03-21 6820/week @ 2025-03-28 6507/week @ 2025-04-04 4951/week @ 2025-04-11 4330/week @ 2025-04-18 6116/week @ 2025-04-25 5009/week @ 2025-05-02

21,323 downloads per month
Used in 97 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.4–1MB
~23K SLoC