field_iterator_derive 0.1.0

Proc-macro for field_iterator
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 5.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 270.49 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • HoloTheDrunk/field_iterator
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • HoloTheDrunk

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.