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
/
xml
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
9 days
feat: include input in parse error
cel 🌸
1
-1
/
+6
2025-04-03
fix: namespace prefix should not include 'xmlns:'
cel 🌸
1
-1
/
+1
2025-04-03
feat: xml logging
cel 🌸
4
-77
/
+1322
2025-02-25
cleanup
cel 🌸
4
-164
/
+162
2025-02-25
implement proper errors with thiserror
cel 🌸
1
-8
/
+8
2024-11-24
misc
cel 🌸
1
-3
/
+41
2024-11-20
implement element writing
cel 🌸
1
-1
/
+1
2024-11-20
WIP: write start tag of element
cel 🌸
1
-7
/
+94
2024-11-19
store only namespace name in qualified name, not namespace declaration
cel 🌸
1
-0
/
+13
2024-11-11
move Parser traits' generic outputs into associated types
cel 🌸
2
-186
/
+550
2024-11-11
add non-streaming parsers
cel 🌸
2
-0
/
+1523
2024-11-11
impl Stream for Reader
cel 🌸
2
-4
/
+1
2024-11-10
WIP: impl Stream for Reader
cel 🌸
3
-1
/
+35
2024-11-10
implement element reading
cel 🌸
1
-16
/
+225
2024-11-02
fix NCName and AttValue parsers
cel 🌸
1
-16
/
+10
2024-11-02
fix NCName parser
cel 🌸
1
-1
/
+1
2024-11-02
implement XML composers
cel 🌸
3
-25
/
+788
2024-11-01
WIP: XML composers
cel 🌸
3
-66
/
+846
2024-11-01
change contents of Names and Nmtokens to Vecs
cel 🌸
2
-10
/
+9
2024-10-31
fix build
cel 🌸
1
-1
/
+1
2024-10-31
fix CDSect parse test regression
cel 🌸
1
-1
/
+4
2024-10-31
refactor parsers into Parser trait implementations
cel 🌸
2
-1089
/
+1653
2024-06-27
namespace parsing
cel 🌸
2
-0
/
+1526