From c4e204db6451c857a2c6d70832b2619024fd3c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?cel=20=F0=9F=8C=B8?= Date: Tue, 25 Feb 2025 18:34:38 +0000 Subject: [PATCH] update README.md --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b8a861f..725b254 100644 --- a/README.md +++ b/README.md @@ -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