File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 22
33![ status] ( https://github.com/tafia/quick-xml/actions/workflows/rust.yml/badge.svg )
44[ ![ Crate] ( https://img.shields.io/crates/v/quick-xml.svg )] ( https://crates.io/crates/quick-xml )
5+ [ ![ docs.rs] ( https://docs.rs/quick-xml/badge.svg )] ( https://docs.rs/quick-xml )
56[ ![ codecov] ( https://img.shields.io/codecov/c/github/tafia/quick-xml )] ( https://codecov.io/gh/tafia/quick-xml )
67
78High performance xml pull reader/writer.
@@ -11,8 +12,6 @@ The reader:
1112- is easy on memory allocation (the API provides a way to reuse buffers)
1213- support various encoding (with ` encoding ` feature), namespaces resolution, special characters.
1314
14- [ docs.rs] ( https://docs.rs/quick-xml )
15-
1615Syntax is inspired by [ xml-rs] ( https://github.com/netvl/xml-rs ) .
1716
1817## Example
You can’t perform that action at this time.
0 commit comments