embedded-xml
A no_std XML reader using embedded-io for memory constrainted environment.
Features
- no_std
- alloc optional
- streaming
Usage
// allocates 1024 bytes internally
let mut reader = new?;
loop
Limitations & non-goals
- no rewinding
- no DTD support
- no XPath
- no decoding
- individual "Events" have to fit inside the internal buffer