aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files 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