xml-rs 0.8.28

An XML library in pure Rust
Documentation

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:

[dependencies]
xml-rs = "0.8"

to

[dependencies]
xml = "1.1"

In most cases there shouldn't be any more code changes needed.