Go to file
cel 🌸 593cad573b fix NCName and AttValue parsers 2024-11-02 22:50:50 +00:00
src fix NCName and AttValue parsers 2024-11-02 22:50:50 +00:00
.gitignore initial commit 2024-03-04 16:14:28 +00:00
Cargo.lock test composers 2024-11-02 02:59:40 +00:00
Cargo.toml test composers 2024-11-02 02:59:40 +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