aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix: use `recv` instead of `many_recv` for eating websocket framesHEADmainLibravatar cel 🌸11 days2-13/+14
* feat: `into_inner() for `Writer<WebSocket>` and `Debug` for `WebSocketOnMessa...Libravatar cel 🌸11 days2-0/+5
* feat: make `loggable` publicLibravatar cel 🌸11 days1-1/+1
* fix: remove `Send` requirement for `Readable`Libravatar cel 🌸11 days1-5/+3
* feat: websocket-framed reader and writerLibravatar cel 🌸11 days5-28/+769
* feat: include input in parse errorLibravatar cel 🌸12 days3-14/+43
* feat: move tokio features to dev-dependencies to allow wasm supportwasmLibravatar cel 🌸12 days3-262/+25
* feat: use git repo for dependency `circular`Libravatar cel 🌸2025-04-103-1/+4
* fix: namespace prefix should not include 'xmlns:'Libravatar cel 🌸2025-04-032-5/+9
* feat: xml loggingLibravatar cel 🌸2025-04-0313-91/+1488
* implement Clone and other improvements for ErrorLibravatar cel 🌸2025-02-251-12/+25
* update README.mdLibravatar cel 🌸2025-02-251-9/+4
* cleanupLibravatar cel 🌸2025-02-259-214/+175
* implement proper errors with thiserrorLibravatar cel 🌸2025-02-255-62/+91
* return error when attempt to read/write more than one root element in documentLibravatar cel 🌸2025-01-125-9/+93
* remove broken stream implementationLibravatar cel 🌸2024-12-065-57/+24
* add write function and remove todo Sink implLibravatar cel 🌸2024-12-041-31/+7
* create IntoContent trait and add Comment ContentBuilder typeLibravatar cel 🌸2024-12-041-1/+11
* use trait generic in push_child element builder methodLibravatar cel 🌸2024-12-021-3/+3
* add some tracingLibravatar cel 🌸2024-11-296-3/+60
* create element builder and refactor apiLibravatar cel 🌸2024-11-284-17/+567
* automatically declare default namespaces unless overridenLibravatar cel 🌸2024-11-244-17/+57
* miscLibravatar cel 🌸2024-11-247-46/+240
* implement element writingLibravatar cel 🌸2024-11-206-21/+201
* make namespaces optionalLibravatar cel 🌸2024-11-203-50/+92
* WIP: write start tag of elementLibravatar cel 🌸2024-11-204-19/+163
* implement write end tagLibravatar cel 🌸2024-11-191-23/+31
* implement end tag match checkLibravatar cel 🌸2024-11-192-32/+64
* fix attribute namespace resolutionLibravatar cel 🌸2024-11-192-260/+180
* store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸2024-11-195-52/+136
* move Parser traits' generic outputs into associated typesLibravatar cel 🌸2024-11-112-186/+550
* add non-streaming parsersLibravatar cel 🌸2024-11-112-0/+1523
* impl Stream for ReaderLibravatar cel 🌸2024-11-114-38/+141
* WIP: impl Stream for ReaderLibravatar cel 🌸2024-11-105-94/+305
* implement reader testingLibravatar cel 🌸2024-11-104-4/+122
* implement element readingLibravatar cel 🌸2024-11-108-37/+692
* fix NCName and AttValue parsersLibravatar cel 🌸2024-11-021-16/+10
* test composersLibravatar cel 🌸2024-11-023-5/+110
* fix NCName parserLibravatar cel 🌸2024-11-021-1/+1
* implement XML composersLibravatar cel 🌸2024-11-023-25/+788
* WIP: XML composersLibravatar cel 🌸2024-11-014-67/+848
* change contents of Names and Nmtokens to VecsLibravatar cel 🌸2024-11-012-10/+9
* fix buildLibravatar cel 🌸2024-10-313-68/+69
* fix CDSect parse test regressionLibravatar cel 🌸2024-10-311-1/+4
* refactor parsers into Parser trait implementationsLibravatar cel 🌸2024-10-312-1089/+1653
* WIP: stream parsingLibravatar cel 🌸2024-06-292-12/+45
* WIP: stream parsingLibravatar cel 🌸2024-06-276-12/+239
* namespace parsingLibravatar cel 🌸2024-06-273-30/+176
* IT WORKSLibravatar cel 🌸2024-06-251-2/+2
* remove unused importsLibravatar cel 🌸2024-06-251-4/+4