HarfBuzz Bindings for Rust

Bindings for the HarfBuzz text shaping engine generated with bindgen to support the newest versions of HarfBuzz.

Preconditions

Usage

Add this dependency to your Cargo.toml:

toml [dependencies] harfbuzz-bindings = "0.1"

And fire up cargo build!

Additional information

This crate has been implemented following the bindgen tutorial.