aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.rs (unfollow)
Commit message (Expand)AuthorFilesLines
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