atterate 0.0.2

Extrenal iteration style parsing of proc-macro attributes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "atterate"
description = "Extrenal iteration style parsing of proc-macro attributes"
version = "0.0.2"
edition = "2024"
authors = ["IdanArye <idanarye@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/idanarye/atterate"
categories = []
keywords = []
documentation = "https://docs.rs/atterate"
readme = "README.md"

[dependencies]
syn = { version = "2", features = ["full", "extra-traits"] }
quote = "1"
proc-macro2 = "1"