aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: Do not require nightly RustHEADmainLibravatar Rémi Bardon7 days2-17/+27
|
* fix: re-export `ReadableString`Libravatar cel 🌸7 days1-0/+1
|
* fix: re-export `WebSocketOnMessageRead`Libravatar cel 🌸7 days1-0/+2
|
* fix: make `Loggable` publicLibravatar cel 🌸7 days3-1/+3
|
* doc: everythingLibravatar cel 🌸7 days8-30/+156
|
* doc: add license lolLibravatar cel 🌸8 days1-0/+661
|
* doc: `Reader`Libravatar cel 🌸8 days1-7/+25
|
* feat: ReadableStringLibravatar cel 🌸2025-04-301-1/+9
|
* feat: remove unnecessary `JsValue` from `WebsocketError`Libravatar cel 🌸2025-04-291-3/+3
|
* fix: use `recv` instead of `many_recv` for eating websocket framesLibravatar cel 🌸2025-04-132-13/+14
|
* feat: `into_inner() for `Writer<WebSocket>` and `Debug` for ↵Libravatar cel 🌸2025-04-132-0/+5
| | | | `WebSocketOnMessageRead`
* feat: make `loggable` publicLibravatar cel 🌸2025-04-131-1/+1
|
* fix: remove `Send` requirement for `Readable`Libravatar cel 🌸2025-04-131-5/+3
|
* feat: websocket-framed reader and writerLibravatar cel 🌸2025-04-135-28/+769
|
* feat: include input in parse errorLibravatar cel 🌸2025-04-123-14/+43
|
* feat: move tokio features to dev-dependencies to allow wasm supportwasmLibravatar cel 🌸2025-04-123-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
|