libxml-rs 0.1.0-alpha.1

Phase 0: Archaeological seizure of libxml2+libxslt behavior. Native-Rust forensic reimplementation โ€” not yet functional.
Documentation
1
2
3
4
5
6
//! Hash table โ€” public xmlHash API (ยง85 Phase 2).
//!
//! libxml2's hash table implementation, used for DTD element/attribute tables,
//! XPath function lookup, catalog entries, and more.
//!
//! Phase 0: scaffolded. Implementation begins in Phase 2.