aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
5 daysfix: namespace prefix should not include 'xmlns:'HEADmainLibravatar cel 🌸2-5/+9
5 daysfeat: xml loggingLibravatar cel 🌸11-89/+1464
2025-02-25implement Clone and other improvements for ErrorLibravatar cel 🌸1-12/+25
2025-02-25cleanupLibravatar cel 🌸9-214/+175
2025-02-25implement proper errors with thiserrorLibravatar cel 🌸3-57/+64
2025-01-12return error when attempt to read/write more than one root element in documentLibravatar cel 🌸5-9/+93
2024-12-06remove broken stream implementationLibravatar cel 🌸3-43/+8
2024-12-04add write function and remove todo Sink implLibravatar cel 🌸1-31/+7
2024-12-04create IntoContent trait and add Comment ContentBuilder typeLibravatar cel 🌸1-1/+11
2024-12-02use trait generic in push_child element builder methodLibravatar cel 🌸1-3/+3
2024-11-29add some tracingLibravatar cel 🌸4-3/+21
2024-11-28create element builder and refactor apiLibravatar cel 🌸4-17/+567
2024-11-24automatically declare default namespaces unless overridenLibravatar cel 🌸4-17/+57
2024-11-24miscLibravatar cel 🌸7-46/+240
2024-11-20implement element writingLibravatar cel 🌸4-21/+188
2024-11-20make namespaces optionalLibravatar cel 🌸3-50/+92
2024-11-20WIP: write start tag of elementLibravatar cel 🌸4-19/+163
2024-11-19implement write end tagLibravatar cel 🌸1-23/+31
2024-11-19implement end tag match checkLibravatar cel 🌸2-32/+64
2024-11-19fix attribute namespace resolutionLibravatar cel 🌸2-260/+180
2024-11-19store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸5-52/+136
2024-11-11move Parser traits' generic outputs into associated typesLibravatar cel 🌸2-186/+550
2024-11-11add non-streaming parsersLibravatar cel 🌸2-0/+1523
2024-11-11impl Stream for ReaderLibravatar cel 🌸4-38/+141
2024-11-10WIP: impl Stream for ReaderLibravatar cel 🌸5-94/+305
2024-11-10implement reader testingLibravatar cel 🌸4-4/+122
2024-11-10implement element readingLibravatar cel 🌸6-35/+681
2024-11-02fix NCName and AttValue parsersLibravatar cel 🌸1-16/+10
2024-11-02test composersLibravatar cel 🌸1-4/+9
2024-11-02fix NCName parserLibravatar cel 🌸1-1/+1
2024-11-02implement XML composersLibravatar cel 🌸3-25/+788
2024-11-01WIP: XML composersLibravatar cel 🌸4-67/+848
2024-11-01change contents of Names and Nmtokens to VecsLibravatar cel 🌸2-10/+9
2024-10-31fix buildLibravatar cel 🌸3-68/+69
2024-10-31fix CDSect parse test regressionLibravatar cel 🌸1-1/+4
2024-10-31refactor parsers into Parser trait implementationsLibravatar cel 🌸2-1089/+1653
2024-06-29WIP: stream parsingLibravatar cel 🌸2-12/+45
2024-06-27WIP: stream parsingLibravatar cel 🌸4-11/+61
2024-06-27namespace parsingLibravatar cel 🌸3-30/+176
2024-06-25IT WORKSLibravatar cel 🌸1-2/+2
2024-06-25remove unused importsLibravatar cel 🌸1-4/+4
2024-06-25change privacyLibravatar cel 🌸3-107/+142
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