aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* return error when attempt to read/write more than one root element in documentLibravatar cel 🌸2025-01-121-0/+3
* remove broken stream implementationLibravatar cel 🌸2024-12-061-4/+0
* add some tracingLibravatar cel 🌸2024-11-291-0/+1
* create element builder and refactor apiLibravatar cel 🌸2024-11-281-1/+25
* automatically declare default namespaces unless overridenLibravatar cel 🌸2024-11-241-1/+4
* miscLibravatar cel 🌸2024-11-241-1/+7
* WIP: write start tag of elementLibravatar cel 🌸2024-11-201-0/+1
* implement end tag match checkLibravatar cel 🌸2024-11-191-1/+1
* store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸2024-11-191-2/+3
* WIP: impl Stream for ReaderLibravatar cel 🌸2024-11-101-0/+1
* implement reader testingLibravatar cel 🌸2024-11-101-0/+1
* implement element readingLibravatar cel 🌸2024-11-101-1/+16
* WIP: stream parsingLibravatar cel 🌸2024-06-271-1/+19
* initial commitLibravatar cel 🌸2024-03-041-0/+1