Go to file
cel 🌸 6b47106115 WIP: stream parsing 2024-06-29 17:06:08 +01:00
src WIP: stream parsing 2024-06-29 17:06:08 +01:00
.gitignore initial commit 2024-03-04 16:14:28 +00:00
Cargo.lock WIP: stream parsing 2024-06-27 20:22:16 +01:00
Cargo.toml WIP: stream parsing 2024-06-27 20:22:16 +01: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