Go to file
cel 🌸 b9d88e5c6f WIP: conditional sections 2024-06-25 22:44:47 +01:00
src WIP: conditional sections 2024-06-25 22:44:47 +01:00
.gitignore initial commit 2024-03-04 16:14:28 +00:00
Cargo.lock actually get it to build for initial tests 2024-06-14 13:11:32 +01:00
Cargo.toml initial commit 2024-03-04 16:14:28 +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