#iterable #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

#20 in #iterable

Download history 836/week @ 2023-12-20 359/week @ 2023-12-27 515/week @ 2024-01-03 411/week @ 2024-01-10 1426/week @ 2024-01-17 2330/week @ 2024-01-24 2329/week @ 2024-01-31 2626/week @ 2024-02-07 2506/week @ 2024-02-14 2364/week @ 2024-02-21 3267/week @ 2024-02-28 4048/week @ 2024-03-06 3326/week @ 2024-03-13 3559/week @ 2024-03-20 3351/week @ 2024-03-27 2921/week @ 2024-04-03

13,861 downloads per month
Used in 16 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