aptos-iterable-derive 0.0.1

Derives `IntoIterator` implementations and iterator methods for single-field tuple structs
Documentation
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["derive"]
version = "2.0"

[lib]
name = "aptos_iterable_derive"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Derives `IntoIterator` implementations and iterator methods for single-field tuple structs"
edition = "2024"
homepage = "https://geomi.dev/"
license-file = "LICENSE"
name = "aptos-iterable-derive"
publish = true
readme = "README.md"
resolver = "2"
version = "0.0.1"

[[test]]
name = "iterable"
path = "tests/iterable.rs"