aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml/mod.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-25cleanupLibravatar cel 🌸1-1/+1
2025-02-25implement proper errors with thiserrorLibravatar cel 🌸1-8/+8
2024-11-24miscLibravatar cel 🌸1-3/+41
2024-11-20implement element writingLibravatar cel 🌸1-1/+1
2024-11-20WIP: write start tag of elementLibravatar cel 🌸1-7/+94
2024-11-11add non-streaming parsersLibravatar cel 🌸1-0/+1
2024-11-11impl Stream for ReaderLibravatar cel 🌸1-1/+1
2024-11-10WIP: impl Stream for ReaderLibravatar cel 🌸1-1/+17
2024-11-10implement element readingLibravatar cel 🌸1-16/+225
2024-11-02implement XML composersLibravatar cel 🌸1-3/+6
2024-11-01WIP: XML composersLibravatar cel 🌸1-12/+34
2024-11-01change contents of Names and Nmtokens to VecsLibravatar cel 🌸1-4/+3
2024-10-31fix buildLibravatar cel 🌸1-1/+1
2024-10-31refactor parsers into Parser trait implementationsLibravatar cel 🌸1-1089/+151
2024-06-27namespace parsingLibravatar cel 🌸1-29/+174
2024-06-25remove unused importsLibravatar cel 🌸1-4/+4
2024-06-25change privacyLibravatar cel 🌸1-106/+127
2024-06-25WIP: conditional sectionsLibravatar cel 🌸1-4/+243
2024-06-25WIP: element type declarationsLibravatar cel 🌸1-3/+166
2024-06-25WIP: element parsingLibravatar cel 🌸1-13/+81
2024-06-25WIP: extSubsetLibravatar cel 🌸1-20/+188
2024-06-24WIP: dtd garboLibravatar cel 🌸1-38/+244
2024-06-22WIP: element parsingLibravatar cel 🌸1-15/+21
2024-06-21WIP: XMLDecl stuffLibravatar cel 🌸1-21/+69
2024-06-21WIP: CDSect parsersLibravatar cel 🌸1-0/+58
2024-06-21WIP: more parsersLibravatar cel 🌸1-73/+105
2024-06-14FMLLibravatar cel 🌸1-8/+84
2024-06-14actually get it to build for initial testsLibravatar cel 🌸1-33/+44
2024-06-12WIP: parsersLibravatar cel 🌸1-0/+283