struct_iterable 0.1.1

A Rust library providing a proc macro to make a struct iterable.
Documentation
[dependencies.struct_iterable_derive]
version = "0.1.0"

[dependencies.struct_iterable_internal]
version = "0.1.1"

[lib]
name = "struct_iterable"
path = "src/lib.rs"

[package]
authors = ["André de Moraes <deco.moraes@icloud.com>"]
categories = ["development-tools::cargo-plugins"]
description = "A Rust library providing a proc macro to make a struct iterable."
documentation = "https://docs.rs/struct_iterable"
edition = "2021"
homepage = "https://github.com/decomoraes/rust_struct_iterable"
keywords = ["proc-macro", "struct", "iterable"]
license = "MIT"
name = "struct_iterable"
readme = "README.md"
repository = "https://github.com/decomoraes/rust_struct_iterable"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true