aboutsummaryrefslogtreecommitdiffstats
path: root/src/reader.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: use `recv` instead of `many_recv` for eating websocket framesHEADmainLibravatar cel 🌸7 days1-13/+11
|
* feat: `into_inner() for `Writer<WebSocket>` and `Debug` for ↵Libravatar cel 🌸7 days1-0/+1
| | | | `WebSocketOnMessageRead`
* fix: remove `Send` requirement for `Readable`Libravatar cel 🌸7 days1-5/+3
|
* feat: websocket-framed reader and writerLibravatar cel 🌸7 days1-16/+168
|
* feat: include input in parse errorLibravatar cel 🌸8 days1-12/+36
|
* fix: namespace prefix should not include 'xmlns:'Libravatar cel 🌸2025-04-031-4/+8
|
* feat: xml loggingLibravatar cel 🌸2025-04-031-4/+22
|
* cleanupLibravatar cel 🌸2025-02-251-9/+5
|
* 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