xml-rs

Crates.ioxml-rs
lib.rsxml-rs
version0.8.28
created_at2014-12-08 20:29:58.424754+00
updated_at2025-10-27 15:44:46.985179+00
descriptionAn XML library in pure Rust
homepagehttps://lib.rs/crates/xml
repositoryhttps://github.com/kornelski/xml-rs
max_upload_size
id490
size256,788
Kornel (kornelski)

documentation

https://docs.rs/xml/

README

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.


Commit count: 610

cargo fmt