xml/
lib.rs

1//! # This is `xml-rs` crate
2//!
3//! This crate [has been renamed to `xml`](https://lib.rs/crates/xml).
4//!
5//! Please update your dependencies:
6//!
7//! ```toml
8//! xml = "1.0"
9//! ```
10//!
11//! # Use the `xml` crate instead
12//!
13//! [Go to the the latest documentation](https://docs.rs/xml).
14
15pub use xml1::*;