aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml/mod.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* implement element writingLibravatar cel 🌸2024-11-201-1/+1
* WIP: write start tag of elementLibravatar cel 🌸2024-11-201-7/+94
* add non-streaming parsersLibravatar cel 🌸2024-11-111-0/+1
* impl Stream for ReaderLibravatar cel 🌸2024-11-111-1/+1
* WIP: impl Stream for ReaderLibravatar cel 🌸2024-11-101-1/+17
* implement element readingLibravatar cel 🌸2024-11-101-16/+225
* implement XML composersLibravatar cel 🌸2024-11-021-3/+6
* WIP: XML composersLibravatar cel 🌸2024-11-011-12/+34
* change contents of Names and Nmtokens to VecsLibravatar cel 🌸2024-11-011-4/+3
* fix buildLibravatar cel 🌸2024-10-311-1/+1
* refactor parsers into Parser trait implementationsLibravatar cel 🌸2024-10-311-1089/+151
* namespace parsingLibravatar cel 🌸2024-06-271-0/+1525