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
/
reader.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-04-03
fix: namespace prefix should not include 'xmlns:'
cel 🌸
1
-4
/
+8
2025-04-03
feat: xml logging
cel 🌸
1
-4
/
+22
2025-02-25
cleanup
cel 🌸
1
-9
/
+5
2025-01-12
return error when attempt to read/write more than one root element in document
cel 🌸
1
-1
/
+30
2024-12-06
remove broken stream implementation
cel 🌸
1
-37
/
+0
2024-11-29
add some tracing
cel 🌸
1
-1
/
+4
2024-11-28
create element builder and refactor api
cel 🌸
1
-10
/
+10
2024-11-24
automatically declare default namespaces unless overriden
cel 🌸
1
-2
/
+2
2024-11-24
misc
cel 🌸
1
-25
/
+83
2024-11-20
implement element writing
cel 🌸
1
-9
/
+11
2024-11-20
make namespaces optional
cel 🌸
1
-33
/
+33
2024-11-19
implement end tag match check
cel 🌸
1
-31
/
+63
2024-11-19
fix attribute namespace resolution
cel 🌸
1
-258
/
+178
2024-11-19
store only namespace name in qualified name, not namespace declaration
cel 🌸
1
-39
/
+82
2024-11-11
impl Stream for Reader
cel 🌸
1
-33
/
+139
2024-11-10
WIP: impl Stream for Reader
cel 🌸
1
-93
/
+269
2024-11-10
implement reader testing
cel 🌸
1
-1
/
+116
2024-11-10
implement element reading
cel 🌸
1
-4
/
+321
2024-10-31
fix build
cel 🌸
1
-65
/
+65
2024-06-29
WIP: stream parsing
cel 🌸
1
-6
/
+39
2024-06-27
WIP: stream parsing
cel 🌸
1
-7
/
+39
2024-06-14
actually get it to build for initial tests
cel 🌸
1
-15
/
+19
2024-06-12
WIP: parsers
cel 🌸
1
-4
/
+10