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
//! Dictionary โ€” string interning (ยง85 Phase 2).
//!
//! libxml2's xmlDict for efficient string comparison and memory sharing.
//! Dictionary ownership and lifecycle are critical for tree integrity.
//!
//! Phase 0: scaffolded. Implementation begins in Phase 2.