Go to file
cel 🌸 c8ed16a2d1 store only namespace name in qualified name, not namespace declaration 2024-11-19 14:52:14 +00:00
src store only namespace name in qualified name, not namespace declaration 2024-11-19 14:52:14 +00:00
.gitignore initial commit 2024-03-04 16:14:28 +00:00
Cargo.lock implement element reading 2024-11-10 14:31:43 +00:00
Cargo.toml implement element reading 2024-11-10 14:31:43 +00:00
README.md initial commit 2024-03-04 16:14:28 +00:00

README.md

peanuts

an ergonomic async-first xml reader/writer library focusing on streams

features: [ ] CoW [ ] namespace support [ ] serialization [ ] deserialization

reader:

read -> lexer -> parser -> events -> elements -> deserialize

writer:

serialize -> elements -> events -> write