index
:
peanuts
main
wasm
ergonomic xml reader/writer ser/deserialisation library
cel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
chore: Do not require nightly Rust
HEAD
main
Rémi Bardon
7 days
2
-17
/
+27
|
*
fix: re-export `ReadableString`
cel 🌸
7 days
1
-0
/
+1
|
*
fix: re-export `WebSocketOnMessageRead`
cel 🌸
7 days
1
-0
/
+2
|
*
fix: make `Loggable` public
cel 🌸
7 days
3
-1
/
+3
|
*
doc: everything
cel 🌸
7 days
8
-30
/
+156
|
*
doc: add license lol
cel 🌸
8 days
1
-0
/
+661
|
*
doc: `Reader`
cel 🌸
8 days
1
-7
/
+25
|
*
feat: ReadableString
cel 🌸
2025-04-30
1
-1
/
+9
|
*
feat: remove unnecessary `JsValue` from `WebsocketError`
cel 🌸
2025-04-29
1
-3
/
+3
|
*
fix: use `recv` instead of `many_recv` for eating websocket frames
cel 🌸
2025-04-13
2
-13
/
+14
|
*
feat: `into_inner() for `Writer<WebSocket>` and `Debug` for ↵
cel 🌸
2025-04-13
2
-0
/
+5
|
|
|
|
`WebSocketOnMessageRead`
*
feat: make `loggable` public
cel 🌸
2025-04-13
1
-1
/
+1
|
*
fix: remove `Send` requirement for `Readable`
cel 🌸
2025-04-13
1
-5
/
+3
|
*
feat: websocket-framed reader and writer
cel 🌸
2025-04-13
5
-28
/
+769
|
*
feat: include input in parse error
cel 🌸
2025-04-12
3
-14
/
+43
|
*
feat: move tokio features to dev-dependencies to allow wasm support
wasm
cel 🌸
2025-04-12
3
-262
/
+25
|
*
feat: use git repo for dependency `circular`
cel 🌸
2025-04-10
3
-1
/
+4
|
*
fix: namespace prefix should not include 'xmlns:'
cel 🌸
2025-04-03
2
-5
/
+9
|
*
feat: xml logging
cel 🌸
2025-04-03
13
-91
/
+1488
|
*
implement Clone and other improvements for Error
cel 🌸
2025-02-25
1
-12
/
+25
|
*
update README.md
cel 🌸
2025-02-25
1
-9
/
+4
|
*
cleanup
cel 🌸
2025-02-25
9
-214
/
+175
|
*
implement proper errors with thiserror
cel 🌸
2025-02-25
5
-62
/
+91
|
*
return error when attempt to read/write more than one root element in document
cel 🌸
2025-01-12
5
-9
/
+93
|
*
remove broken stream implementation
cel 🌸
2024-12-06
5
-57
/
+24
|
*
add write function and remove todo Sink impl
cel 🌸
2024-12-04
1
-31
/
+7
|
*
create IntoContent trait and add Comment ContentBuilder type
cel 🌸
2024-12-04
1
-1
/
+11
|
*
use trait generic in push_child element builder method
cel 🌸
2024-12-02
1
-3
/
+3
|
*
add some tracing
cel 🌸
2024-11-29
6
-3
/
+60
|
*
create element builder and refactor api
cel 🌸
2024-11-28
4
-17
/
+567
|
*
automatically declare default namespaces unless overriden
cel 🌸
2024-11-24
4
-17
/
+57
|
*
misc
cel 🌸
2024-11-24
7
-46
/
+240
|
*
implement element writing
cel 🌸
2024-11-20
6
-21
/
+201
|
*
make namespaces optional
cel 🌸
2024-11-20
3
-50
/
+92
|
*
WIP: write start tag of element
cel 🌸
2024-11-20
4
-19
/
+163
|
*
implement write end tag
cel 🌸
2024-11-19
1
-23
/
+31
|
*
implement end tag match check
cel 🌸
2024-11-19
2
-32
/
+64
|
*
fix attribute namespace resolution
cel 🌸
2024-11-19
2
-260
/
+180
|
*
store only namespace name in qualified name, not namespace declaration
cel 🌸
2024-11-19
5
-52
/
+136
|
*
move Parser traits' generic outputs into associated types
cel 🌸
2024-11-11
2
-186
/
+550
|
*
add non-streaming parsers
cel 🌸
2024-11-11
2
-0
/
+1523
|
*
impl Stream for Reader
cel 🌸
2024-11-11
4
-38
/
+141
|
*
WIP: impl Stream for Reader
cel 🌸
2024-11-10
5
-94
/
+305
|
*
implement reader testing
cel 🌸
2024-11-10
4
-4
/
+122
|
*
implement element reading
cel 🌸
2024-11-10
8
-37
/
+692
|
*
fix NCName and AttValue parsers
cel 🌸
2024-11-02
1
-16
/
+10
|
*
test composers
cel 🌸
2024-11-02
3
-5
/
+110
|
*
fix NCName parser
cel 🌸
2024-11-02
1
-1
/
+1
|
*
implement XML composers
cel 🌸
2024-11-02
3
-25
/
+788
|
*
WIP: XML composers
cel 🌸
2024-11-01
4
-67
/
+848
|
[next]