field_iterator_derive

Crates.iofield_iterator_derive
lib.rsfield_iterator_derive
version0.1.0
sourcesrc
created_at2024-04-10 16:21:27.111585
updated_at2024-04-10 16:21:27.111585
descriptionProc-macro for field_iterator
homepage
repositoryhttps://github.com/HoloTheDrunk/field_iterator
max_upload_size
id1203758
size4,616
Raphaƫl Duhen (HoloTheDrunk)

documentation

README

Field iterator derive

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.

Commit count: 6

cargo fmt