Registry / other / harfbuzz-sys

harfbuzz-sys

JSON →
library0.6.1rscratesunverified

Rust FFI bindings to the HarfBuzz text shaping engine for advanced text layout.

# Cargo.toml [dependencies] harfbuzz-sys = "0.6.1"
INSTALL
IMPORT
SIG · HARFBUZZ-SYS
H
harfbuzz-sys
otherrustv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hb_buffer_create
use harfbuzz_sys::hb_buffer_create;

Creates a HarfBuzz buffer using the raw FFI binding.

use harfbuzz_sys::hb_buffer_create; fn main() { unsafe { let buffer = hb_buffer_create(); println!("Buffer created: {:?}", buffer); } }
Debug
Known issues
gotchaRequires HarfBuzz C library installed on the system
fix
Install HarfBuzz via your package manager (e.g., apt install libharfbuzz-dev) or build from source.
affects: >=0.0.0
Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
harfbuzz-sys — cargo add harfbuzz-sys · libregistry