diff options
author | 2025-02-25 18:34:38 +0000 | |
---|---|---|
committer | 2025-02-25 18:34:38 +0000 | |
commit | c4e204db6451c857a2c6d70832b2619024fd3c44 (patch) | |
tree | ff15b0ba6dd804c650abbb4df4d859b8cf2cecff | |
parent | f0f82bf1f9be43b11e355b17f25d276220a600ec (diff) | |
download | peanuts-c4e204db6451c857a2c6d70832b2619024fd3c44.tar.gz peanuts-c4e204db6451c857a2c6d70832b2619024fd3c44.tar.bz2 peanuts-c4e204db6451c857a2c6d70832b2619024fd3c44.zip |
update README.md
-rw-r--r-- | README.md | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -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 |