aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml/parsers.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-11move Parser traits' generic outputs into associated typesLibravatar cel 🌸1-93/+275
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