#iterable #struct #traits #struct-iterable

struct_iterable_internal

An internal crate for struct_iterable

2 releases

0.1.1 May 10, 2023
0.1.0 May 10, 2023

#23 in #iterable

Download history 4492/week @ 2024-07-19 5270/week @ 2024-07-26 5189/week @ 2024-08-02 6116/week @ 2024-08-09 4998/week @ 2024-08-16 4266/week @ 2024-08-23 4266/week @ 2024-08-30 4085/week @ 2024-09-06 3994/week @ 2024-09-13 3563/week @ 2024-09-20 4143/week @ 2024-09-27 3826/week @ 2024-10-04 3750/week @ 2024-10-11 5464/week @ 2024-10-18 4866/week @ 2024-10-25 6031/week @ 2024-11-01

20,797 downloads per month
Used in 31 crates (2 directly)

MIT license

4KB

Struct Iterable Internal

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

No runtime deps