aboutsummaryrefslogblamecommitdiffstats
path: root/README.md
blob: b8a861fc7d9897ad4e5c93a63c9678fe3f1e0a80 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                      
# 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