aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml/parsers_complete.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-03feat: xml loggingLibravatar cel 🌸1-25/+45
2025-02-25cleanupLibravatar cel 🌸1-82/+79
2024-11-19store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸1-0/+13
2024-11-11move Parser traits' generic outputs into associated typesLibravatar cel 🌸1-93/+275
2024-11-11add non-streaming parsersLibravatar cel 🌸1-17/+2
2024-11-11impl Stream for ReaderLibravatar cel 🌸1-3/+0
2024-11-10WIP: impl Stream for ReaderLibravatar cel 🌸1-0/+17
2024-11-02fix NCName and AttValue parsersLibravatar cel 🌸1-16/+10
2024-11-02fix NCName parserLibravatar cel 🌸1-1/+1
2024-11-02implement XML composersLibravatar cel 🌸1-4/+4
2024-11-01WIP: XML composersLibravatar cel 🌸1-54/+77
2024-11-01change contents of Names and Nmtokens to VecsLibravatar cel 🌸1-6/+6
2024-10-31fix CDSect parse test regressionLibravatar cel 🌸1-1/+4
2024-10-31refactor parsers into Parser trait implementationsLibravatar cel 🌸1-0/+1502
2024-06-27namespace parsingLibravatar cel 🌸1-0/+1