Crates.io | struct_iterable_derive |
lib.rs | struct_iterable_derive |
version | 0.1.0 |
source | src |
created_at | 2023-05-10 18:05:22.737262 |
updated_at | 2023-05-10 18:05:22.737262 |
description | An internal crate for struct_iterable |
homepage | |
repository | |
max_upload_size | |
id | 861501 |
size | 4,342 |
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.