xot 0.31.2

Full-featured XML tree library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
mod attribute;
mod core;
mod entry;
mod namespace;

pub use attribute::{Attributes, MutableAttributes};
pub(crate) use core::category_predicate;
pub use core::{MutableNodeMap, NodeMap};
pub use entry::Entry;
pub use namespace::{MutableNamespaces, Namespaces};