Crates.io | xml1 |
lib.rs | xml1 |
version | 0.1.6 |
source | src |
created_at | 2022-07-17 00:11:43.76117 |
updated_at | 2023-03-12 22:18:37.102249 |
description | sane, non compliant xml parser without allocations |
homepage | |
repository | https://github.com/lassade/xml1 |
max_upload_size | |
id | 626985 |
size | 28,473 |
This create provides a sane, non compliant xml parser without allocations. I just can't describe it better than this.
xml
is a great format and is expecially good for describing interfaces,
witch are things inside other things with some attributes, but it has a few too many crazy features
that bloat everything, CDATA
, namespaces
to name a few.
By the way don't worry about the unsafe
's inside here it was mostly copied over from std
.
I tried to keep the design the simple as possible, you should be able fork it and add any features that you want.
xml
"codespan-reporting