litehtml-sys
Raw FFI bindings for litehtml — a lightweight C++ HTML/CSS rendering engine.
This crate provides auto-generated bindings via bindgen through a C wrapper (litehtml is C++). For a safe Rust API, use the litehtml crate instead.
Features
vendored(default) — compile litehtml from bundled source- Disable to link against a system-installed litehtml (set
LITEHTML_DIRor ensure headers/lib are on the search path)
Requirements
C++17 compiler and clang (for bindgen).