harfbuzz-bindings

Crates.ioharfbuzz-bindings
lib.rsharfbuzz-bindings
version0.2.0
created_at2023-02-27 20:48:51.178974+00
updated_at2023-04-15 19:54:23.015437+00
descriptionHarfBuzz text shaping engine bindings for Rust
homepage
repositoryhttps://github.com/bennyboer/harfbuzz-bindings
max_upload_size
id796353
size6,750
Benjamin Eder (bennyboer)

documentation

README

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:

[dependencies]
harfbuzz-bindings = "0.2"

And fire up cargo build!

Additional information

This crate has been implemented following the bindgen tutorial.

Commit count: 12

cargo fmt