A Rust library providing a proc macro to make a struct iterable.
# Cargo.toml
[dependencies]
struct_iterable = "0.1.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derive Iterable on a struct and iterate over its fields.
Use only structs with named fields.
No dependency data recorded yet.