aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-03feat: xml loggingLibravatar cel 🌸1-8/+34
2025-02-25cleanupLibravatar cel 🌸1-9/+2
2025-01-12return error when attempt to read/write more than one root element in documentLibravatar cel 🌸1-8/+26
2024-12-06remove broken stream implementationLibravatar cel 🌸1-2/+8
2024-12-04add write function and remove todo Sink implLibravatar cel 🌸1-31/+7
2024-11-29add some tracingLibravatar cel 🌸1-0/+1
2024-11-24automatically declare default namespaces unless overridenLibravatar cel 🌸1-13/+49
2024-11-24miscLibravatar cel 🌸1-14/+61
2024-11-20implement element writingLibravatar cel 🌸1-11/+149
2024-11-20make namespaces optionalLibravatar cel 🌸1-16/+58
2024-11-20WIP: write start tag of elementLibravatar cel 🌸1-10/+62
2024-11-19implement write end tagLibravatar cel 🌸1-23/+31
2024-11-19store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸1-8/+35
2024-11-01WIP: XML composersLibravatar cel 🌸1-1/+2
2024-06-14actually get it to build for initial testsLibravatar cel 🌸1-3/+9