xmloxide 0.4.2

A pure Rust reimplementation of libxml2 — memory-safe XML/HTML parsing
Documentation
1
2
3
4
5
6
7
//! Utility modules for xmloxide.
//!
//! Contains the string interning dictionary, `QName` handling, URI parsing,
//! and growable byte buffer.

pub mod dict;
pub mod qname;