xml-rs 1.0.0

A simple XML library in pure Rust (this crate has been renamed to `xml`)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! # This is `xml-rs` crate
//!
//! This crate [has been renamed to `xml`](https://lib.rs/crates/xml).
//!
//! Please update your dependencies:
//!
//! ```toml
//! xml = "1.0"
//! ```
//!
//! # Use the `xml` crate instead
//!
//! [Go to the the latest documentation](https://docs.rs/xml).

pub use xml1::*;