I have been doing some basic reading through the rust XML ecosystem and am only now realizing a crate exists that is centered around the read-only approach of the RoNode PR ( #53 ), called roxmltree. Its engine is xmlparser instead of libxml2, and it may be interesting to compare performance on their benchmarks.
I have been doing some basic reading through the rust XML ecosystem and am only now realizing a crate exists that is centered around the read-only approach of the
RoNode
PR ( #53 ), called roxmltree. Its engine is xmlparser instead of libxml2, and it may be interesting to compare performance on their benchmarks.