litehtml 0.1.2

Safe Rust bindings for litehtml — a lightweight HTML/CSS rendering engine
Documentation

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.