update README.md

This commit is contained in:
cel 🌸 2025-02-25 18:34:38 +00:00
parent f0f82bf1f9
commit c4e204db64
1 changed files with 4 additions and 9 deletions

View File

@ -1,14 +1,9 @@
# peanuts
an ergonomic async-first xml reader/writer library focusing on streams
an ergonomic async xml reader/writer library focusing on streams.
features:
[x] namespace support
[x] serialization
[x] deserialization
[ ] CoW
[ ] namespace support
[ ] serialization
[ ] deserialization
## reader:
read -> lexer -> parser -> events -> elements -> deserialize
## writer:
serialize -> elements -> events -> write