Skip to main content

Module uri

Module uri 

Source
Expand description

URI/IRI handling (§26, §85 Phase 4).

libxml2’s own URI parser implementation. NOT a general URI library — parity of malformed-URI handling is UPSTREAM_QUIRK territory.

This module implements libxml2’s URI parsing subsystem in native Rust, covering URI parsing, normalization, resolution, and C ABI-compatible wrapper functions.