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
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: use `recv` instead of `many_recv` for eating websocket frames
HEAD
main
cel 🌸
11 days
2
-13
/
+14
*
feat: `into_inner() for `Writer<WebSocket>` and `Debug` for `WebSocketOnMessa...
cel 🌸
11 days
2
-0
/
+5
*
feat: make `loggable` public
cel 🌸
11 days
1
-1
/
+1
*
fix: remove `Send` requirement for `Readable`
cel 🌸
11 days
1
-5
/
+3
*
feat: websocket-framed reader and writer
cel 🌸
11 days
3
-27
/
+665
*
feat: include input in parse error
cel 🌸
12 days
3
-14
/
+43
*
feat: move tokio features to dev-dependencies to allow wasm support
wasm
cel 🌸
12 days
1
-95
/
+0
*
fix: namespace prefix should not include 'xmlns:'
cel 🌸
2025-04-03
2
-5
/
+9
*
feat: xml logging
cel 🌸
2025-04-03
11
-89
/
+1464
*
implement Clone and other improvements for Error
cel 🌸
2025-02-25
1
-12
/
+25
*
cleanup
cel 🌸
2025-02-25
9
-214
/
+175
*
implement proper errors with thiserror
cel 🌸
2025-02-25
3
-57
/
+64
*
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
3
-43
/
+8
*
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
4
-3
/
+21
*
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
4
-21
/
+188
*
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
6
-35
/
+681
*
fix NCName and AttValue parsers
cel 🌸
2024-11-02
1
-16
/
+10
*
test composers
cel 🌸
2024-11-02
1
-4
/
+9
*
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
*
change contents of Names and Nmtokens to Vecs
cel 🌸
2024-11-01
2
-10
/
+9
*
fix build
cel 🌸
2024-10-31
3
-68
/
+69
*
fix CDSect parse test regression
cel 🌸
2024-10-31
1
-1
/
+4
*
refactor parsers into Parser trait implementations
cel 🌸
2024-10-31
2
-1089
/
+1653
*
WIP: stream parsing
cel 🌸
2024-06-29
2
-12
/
+45
*
WIP: stream parsing
cel 🌸
2024-06-27
4
-11
/
+61
*
namespace parsing
cel 🌸
2024-06-27
3
-30
/
+176
*
IT WORKS
cel 🌸
2024-06-25
1
-2
/
+2
*
remove unused imports
cel 🌸
2024-06-25
1
-4
/
+4
*
change privacy
cel 🌸
2024-06-25
3
-107
/
+142
*
WIP: conditional sections
cel 🌸
2024-06-25
1
-4
/
+243
[next]