1 unstable release

0.1.0 May 10, 2023

#20 in #iterable

Download history 399/week @ 2024-01-01 544/week @ 2024-01-08 764/week @ 2024-01-15 2239/week @ 2024-01-22 2388/week @ 2024-01-29 2690/week @ 2024-02-05 2266/week @ 2024-02-12 2193/week @ 2024-02-19 2690/week @ 2024-02-26 3696/week @ 2024-03-04 3187/week @ 2024-03-11 3191/week @ 2024-03-18 3211/week @ 2024-03-25 3408/week @ 2024-04-01 3139/week @ 2024-04-08 4595/week @ 2024-04-15

14,450 downloads per month
Used in 16 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.6–1.2MB
~27K SLoC