aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml/parsers.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: xml loggingLibravatar cel 🌸2025-04-031-25/+45
|
* cleanupLibravatar cel 🌸2025-02-251-79/+79
|
* move Parser traits' generic outputs into associated typesLibravatar cel 🌸2024-11-111-93/+275
|
* impl Stream for ReaderLibravatar cel 🌸2024-11-111-3/+0
|
* WIP: impl Stream for ReaderLibravatar cel 🌸2024-11-101-0/+17
|
* fix NCName and AttValue parsersLibravatar cel 🌸2024-11-021-16/+10
|
* fix NCName parserLibravatar cel 🌸2024-11-021-1/+1
|
* implement XML composersLibravatar cel 🌸2024-11-021-4/+4
|
* WIP: XML composersLibravatar cel 🌸2024-11-011-54/+77
|
* change contents of Names and Nmtokens to VecsLibravatar cel 🌸2024-11-011-6/+6
|
* fix CDSect parse test regressionLibravatar cel 🌸2024-10-311-1/+4
|
* refactor parsers into Parser trait implementationsLibravatar cel 🌸2024-10-311-0/+1502
|
* namespace parsingLibravatar cel 🌸2024-06-271-0/+1