aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
9 daysfix: make `Loggable` publicLibravatar cel 🌸3-1/+3
9 daysdoc: everythingLibravatar cel 🌸8-30/+156
10 daysdoc: `Reader`Libravatar cel 🌸1-7/+25
2025-04-30feat: ReadableStringLibravatar cel 🌸1-1/+9
2025-04-29feat: remove unnecessary `JsValue` from `WebsocketError`Libravatar cel 🌸1-3/+3
2025-04-13fix: use `recv` instead of `many_recv` for eating websocket framesLibravatar cel 🌸2-13/+14
2025-04-13feat: `into_inner() for `Writer<WebSocket>` and `Debug` for ↵Libravatar cel 🌸2-0/+5
`WebSocketOnMessageRead`
2025-04-13feat: make `loggable` publicLibravatar cel 🌸1-1/+1
2025-04-13fix: remove `Send` requirement for `Readable`Libravatar cel 🌸1-5/+3
2025-04-13feat: websocket-framed reader and writerLibravatar cel 🌸3-27/+665
2025-04-12feat: include input in parse errorLibravatar cel 🌸3-14/+43
2025-04-12feat: move tokio features to dev-dependencies to allow wasm supportwasmLibravatar cel 🌸1-95/+0
2025-04-03fix: namespace prefix should not include 'xmlns:'Libravatar cel 🌸2-5/+9
2025-04-03feat: xml loggingLibravatar cel 🌸11-89/+1464
2025-02-25implement Clone and other improvements for ErrorLibravatar cel 🌸1-12/+25
2025-02-25cleanupLibravatar cel 🌸9-214/+175
2025-02-25implement proper errors with thiserrorLibravatar cel 🌸3-57/+64
2025-01-12return error when attempt to read/write more than one root element in documentLibravatar cel 🌸5-9/+93
2024-12-06remove broken stream implementationLibravatar cel 🌸3-43/+8
2024-12-04add write function and remove todo Sink implLibravatar cel 🌸1-31/+7
2024-12-04create IntoContent trait and add Comment ContentBuilder typeLibravatar cel 🌸1-1/+11
2024-12-02use trait generic in push_child element builder methodLibravatar cel 🌸1-3/+3
2024-11-29add some tracingLibravatar cel 🌸4-3/+21
2024-11-28create element builder and refactor apiLibravatar cel 🌸4-17/+567
2024-11-24automatically declare default namespaces unless overridenLibravatar cel 🌸4-17/+57
2024-11-24miscLibravatar cel 🌸7-46/+240
2024-11-20implement element writingLibravatar cel 🌸4-21/+188
2024-11-20make namespaces optionalLibravatar cel 🌸3-50/+92
2024-11-20WIP: write start tag of elementLibravatar cel 🌸4-19/+163
2024-11-19implement write end tagLibravatar cel 🌸1-23/+31
2024-11-19implement end tag match checkLibravatar cel 🌸2-32/+64
2024-11-19fix attribute namespace resolutionLibravatar cel 🌸2-260/+180
2024-11-19store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸5-52/+136
2024-11-11move Parser traits' generic outputs into associated typesLibravatar cel 🌸2-186/+550
2024-11-11add non-streaming parsersLibravatar cel 🌸2-0/+1523
2024-11-11impl Stream for ReaderLibravatar cel 🌸4-38/+141
2024-11-10WIP: impl Stream for ReaderLibravatar cel 🌸5-94/+305
2024-11-10implement reader testingLibravatar cel 🌸4-4/+122
2024-11-10implement element readingLibravatar cel 🌸6-35/+681
2024-11-02fix NCName and AttValue parsersLibravatar cel 🌸1-16/+10
2024-11-02test composersLibravatar cel 🌸1-4/+9
2024-11-02fix NCName parserLibravatar cel 🌸1-1/+1
2024-11-02implement XML composersLibravatar cel 🌸3-25/+788
2024-11-01WIP: XML composersLibravatar cel 🌸4-67/+848
2024-11-01change contents of Names and Nmtokens to VecsLibravatar cel 🌸2-10/+9
2024-10-31fix buildLibravatar cel 🌸3-68/+69
2024-10-31fix CDSect parse test regressionLibravatar cel 🌸1-1/+4
2024-10-31refactor parsers into Parser trait implementationsLibravatar cel 🌸2-1089/+1653
2024-06-29WIP: stream parsingLibravatar cel 🌸2-12/+45
2024-06-27WIP: stream parsingLibravatar cel 🌸4-11/+61