aboutsummaryrefslogtreecommitdiff
path: root/src/attr.rs
AgeCommit message (Expand)Author
2023-08-19fix: report value offset/span as None for the empty attr syntaxMartin Fischer
2023-08-19feat: make attribute value syntax recognizableMartin Fischer
2023-08-19perf: only store start offsets for attribute spansMartin Fischer
2023-08-19feat: impl IntoIterator for AttributeMapMartin Fischer
2023-08-19break!: introduce AttributeMapMartin Fischer
2023-08-19chore: move Attribute to attr moduleMartin Fischer