Crates.io | field_iterator_derive |
lib.rs | field_iterator_derive |
version | 0.1.0 |
source | src |
created_at | 2024-04-10 16:21:27.111585 |
updated_at | 2024-04-10 16:21:27.111585 |
description | Proc-macro for field_iterator |
homepage | |
repository | https://github.com/HoloTheDrunk/field_iterator |
max_upload_size | |
id | 1203758 |
size | 4,616 |
This crate is a supporting library for the field_iterator
crate. It provides the proc macro Iterable
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 field_iterator
crate instead.
Please visit the field_iterator
crate on crates.io for more information and usage examples.