#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 3495/week @ 2024-05-22 4674/week @ 2024-05-29 4605/week @ 2024-06-05 4462/week @ 2024-06-12 3809/week @ 2024-06-19 3976/week @ 2024-06-26 4080/week @ 2024-07-03 3848/week @ 2024-07-10 4211/week @ 2024-07-17 5018/week @ 2024-07-24 5348/week @ 2024-07-31 5757/week @ 2024-08-07 5455/week @ 2024-08-14 4196/week @ 2024-08-21 4660/week @ 2024-08-28 3106/week @ 2024-09-04

18,618 downloads per month
Used in 23 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