litehtml-sys 0.2.4

Raw FFI bindings for litehtml (C++ HTML/CSS rendering engine)
Documentation

litehtml-sys

crates.io

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_DIR or ensure headers/lib are on the search path)

Requirements

C++17 compiler and clang (for bindgen).