exml 0.7.3-deprecated

Pure Rust XML library based on libxml2
Documentation
#[cfg(feature = "catalog")]
pub mod catalog;
pub mod dict;
pub mod globals;
pub mod hash;
#[cfg(feature = "schema")]
pub mod relaxng;
pub mod sax2;
#[cfg(feature = "schema")]
pub mod schemas_internals;
pub mod threads;
#[cfg(feature = "xpointer")]
pub mod xlink;
#[cfg(any(feature = "libxml_regexp", feature = "libxml_automata"))]
pub mod xmlautomata;
pub mod xmlmemory;
#[cfg(feature = "libxml_reader")]
pub mod xmlreader;
#[cfg(feature = "libxml_regexp")]
pub mod xmlregexp;
#[cfg(feature = "schema")]
pub mod xmlschemas;
#[cfg(feature = "schema")]
pub mod xmlschemastypes;
pub mod xmlstring;
#[cfg(feature = "libxml_unicode")]
pub mod xmlunicode;