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::*;