aboutsummaryrefslogtreecommitdiffstats
path: root/src/reader.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-13fix: use `recv` instead of `many_recv` for eating websocket framesHEADmainLibravatar cel 🌸1-13/+11
2025-04-13feat: `into_inner() for `Writer<WebSocket>` and `Debug` for ↵Libravatar cel 🌸1-0/+1
`WebSocketOnMessageRead`
2025-04-13fix: remove `Send` requirement for `Readable`Libravatar cel 🌸1-5/+3
2025-04-13feat: websocket-framed reader and writerLibravatar cel 🌸1-16/+168
2025-04-12feat: include input in parse errorLibravatar cel 🌸1-12/+36
2025-04-03fix: namespace prefix should not include 'xmlns:'Libravatar cel 🌸1-4/+8
2025-04-03feat: xml loggingLibravatar cel 🌸1-4/+22
2025-02-25cleanupLibravatar cel 🌸1-9/+5
2025-01-12return error when attempt to read/write more than one root element in documentLibravatar cel 🌸1-1/+30
2024-12-06remove broken stream implementationLibravatar cel 🌸1-37/+0
2024-11-29add some tracingLibravatar cel 🌸1-1/+4
2024-11-28create element builder and refactor apiLibravatar cel 🌸1-10/+10
2024-11-24automatically declare default namespaces unless overridenLibravatar cel 🌸1-2/+2
2024-11-24miscLibravatar cel 🌸1-25/+83
2024-11-20implement element writingLibravatar cel 🌸1-9/+11
2024-11-20make namespaces optionalLibravatar cel 🌸1-33/+33
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