exml 0.7.3-deprecated

Pure Rust XML library based on libxml2
Documentation
1
2
3
4
5
6
//! Provide methods and data structures for dictionary of strings.  
//! This module is based on `libxml/dict.h`, `dict.c`, and so on in `libxml2-v2.11.8`.
//!
//! Please refer to original libxml2 documents also.

pub use crate::dict::*;