| Crates.io | xml-rs |
| lib.rs | xml-rs |
| version | 0.8.28 |
| created_at | 2014-12-08 20:29:58.424754+00 |
| updated_at | 2025-10-27 15:44:46.985179+00 |
| description | An XML library in pure Rust |
| homepage | https://lib.rs/crates/xml |
| repository | https://github.com/kornelski/xml-rs |
| max_upload_size | |
| id | 490 |
| size | 256,788 |
xml-rs, renamed to xmlThis 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.