blob: b8a861fc7d9897ad4e5c93a63c9678fe3f1e0a80 (
plain) (
tree)
|
|
# 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
|