aboutsummaryrefslogtreecommitdiffstats
path: root/src/reader.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-19implement end tag match checkLibravatar cel 🌸1-31/+63
2024-11-19fix attribute namespace resolutionLibravatar cel 🌸1-258/+178
2024-11-19store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸1-39/+82
2024-11-11impl Stream for ReaderLibravatar cel 🌸1-33/+139
2024-11-10WIP: impl Stream for ReaderLibravatar cel 🌸1-93/+269
2024-11-10implement reader testingLibravatar cel 🌸1-1/+116
2024-11-10implement element readingLibravatar cel 🌸1-4/+321
2024-10-31fix buildLibravatar cel 🌸1-65/+65
2024-06-29WIP: stream parsingLibravatar cel 🌸1-6/+39
2024-06-27WIP: stream parsingLibravatar cel 🌸1-7/+39
2024-06-14actually get it to build for initial testsLibravatar cel 🌸1-15/+19
2024-06-12WIP: parsersLibravatar cel 🌸1-4/+10