rust-libxml icon indicating copy to clipboard operation
rust-libxml copied to clipboard

Rust wrapper for libxml2

Results 22 rust-libxml issues
Sort by recently updated
recently updated
newest added

I am using your crate for parsing XML schema (XDS), and ran into the need to traverse the raw parsed schema tree. There are a few cases where libxml2 does...

enhancement

So downstream crates that enhance the rust-libxml wrapper link against the same bindings instead of parallel ones, and eventually enable libxml2 vendoring. Would benefit siblings like xmlsec greatly, since it...

enhancement