aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-25implement Clone and other improvements for ErrorLibravatar cel 🌸1-12/+25
2025-02-25implement proper errors with thiserrorLibravatar cel 🌸1-42/+43
2025-01-12return error when attempt to read/write more than one root element in documentLibravatar cel 🌸1-0/+3
2024-12-06remove broken stream implementationLibravatar cel 🌸1-4/+0
2024-11-29add some tracingLibravatar cel 🌸1-0/+1
2024-11-28create element builder and refactor apiLibravatar cel 🌸1-1/+25
2024-11-24automatically declare default namespaces unless overridenLibravatar cel 🌸1-1/+4
2024-11-24miscLibravatar cel 🌸1-1/+7
2024-11-20WIP: write start tag of elementLibravatar cel 🌸1-0/+1
2024-11-19implement end tag match checkLibravatar cel 🌸1-1/+1
2024-11-19store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸1-2/+3
2024-11-10WIP: impl Stream for ReaderLibravatar cel 🌸1-0/+1
2024-11-10implement reader testingLibravatar cel 🌸1-0/+1
2024-11-10implement element readingLibravatar cel 🌸1-1/+16
2024-06-27WIP: stream parsingLibravatar cel 🌸1-1/+19