Safe Rust bindings for the litehtml HTML/CSS rendering engine.
This crate wraps the raw C FFI provided by litehtml-sys with safe,
idiomatic Rust types. Users implement the [DocumentContainer] trait to
provide font metrics, drawing, and resource loading, then create a
[Document] to parse and render HTML.