1 unstable release

0.1.0 May 10, 2023

#21 in #iterable

Download history 3094/week @ 2024-05-22 4157/week @ 2024-05-29 4142/week @ 2024-06-05 4045/week @ 2024-06-12 3421/week @ 2024-06-19 3523/week @ 2024-06-26 3678/week @ 2024-07-03 3408/week @ 2024-07-10 3769/week @ 2024-07-17 4457/week @ 2024-07-24 4840/week @ 2024-07-31 5221/week @ 2024-08-07 4992/week @ 2024-08-14 3683/week @ 2024-08-21 4345/week @ 2024-08-28 3000/week @ 2024-09-04

17,103 downloads per month
Used in 22 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
~25K SLoC