Go to file
cel 🌸 4f0691de7d remove broken stream implementation 2024-12-06 06:33:10 +00:00
src remove broken stream implementation 2024-12-06 06:33:10 +00:00
.gitignore initial commit 2024-03-04 16:14:28 +00:00
Cargo.lock remove broken stream implementation 2024-12-06 06:33:10 +00:00
Cargo.toml remove broken stream implementation 2024-12-06 06:33:10 +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