aboutsummaryrefslogtreecommitdiffstats
path: root/src/reader.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* return error when attempt to read/write more than one root element in documentLibravatar cel 🌸2025-01-121-1/+30
|
* remove broken stream implementationLibravatar cel 🌸2024-12-061-37/+0
|
* add some tracingLibravatar cel 🌸2024-11-291-1/+4
|
* create element builder and refactor apiLibravatar cel 🌸2024-11-281-10/+10
|
* automatically declare default namespaces unless overridenLibravatar cel 🌸2024-11-241-2/+2
|
* miscLibravatar cel 🌸2024-11-241-25/+83
|
* implement element writingLibravatar cel 🌸2024-11-201-9/+11
|
* make namespaces optionalLibravatar cel 🌸2024-11-201-33/+33
|
* implement end tag match checkLibravatar cel 🌸2024-11-191-31/+63
|
* fix attribute namespace resolutionLibravatar cel 🌸2024-11-191-258/+178
|
* store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸2024-11-191-39/+82
|
* impl Stream for ReaderLibravatar cel 🌸2024-11-111-33/+139
|
* WIP: impl Stream for ReaderLibravatar cel 🌸2024-11-101-93/+269
|
* implement reader testingLibravatar cel 🌸2024-11-101-1/+116
|
* implement element readingLibravatar cel 🌸2024-11-101-4/+321
|
* fix buildLibravatar cel 🌸2024-10-311-65/+65
|
* WIP: stream parsingLibravatar cel 🌸2024-06-291-6/+39
|
* WIP: stream parsingLibravatar cel 🌸2024-06-271-7/+39
|
* actually get it to build for initial testsLibravatar cel 🌸2024-06-141-15/+19
|
* WIP: parsersLibravatar cel 🌸2024-06-121-4/+10
|
* initial commitLibravatar cel 🌸2024-03-041-0/+32