xml-rs, renamed to xml
This is an XML library for the Rust programming language. It supports reading and writing of XML documents in a streaming fashion (without DOM).
The xml-rs crate has been renamed to xml. In your Cargo.toml dependencies, please update:
[]
= "0.8"
to
[]
= "1.1"
In most cases there shouldn't be any more code changes needed.