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