harfbuzz / rustybuzz

A complete harfbuzz's shaping algorithm port to Rust
MIT License
551 stars 37 forks source link

Find state machine generator #3

Closed RazrFalcon closed 1 year ago

RazrFalcon commented 4 years ago

HarfBuzz uses Ragel, but it doesn't support Rust.

ebraminio commented 4 years ago

Ragel used to support different languages, they can bring back / add Rust support most likely if requested while finding some already available alternative for Rust.

RazrFalcon commented 4 years ago

Ragel actually has a Rust target in the master, but it doesn't work. I've filled an issue.