What does HackerNews think of rustybuzz?

A complete harfbuzz's shaping algorithm port to Rust

Language: Rust

Amazingly, Rust actually has three high quality alternatives to HarfBuzz: RustyBuzz, Allsorts, and Swash.

- https://github.com/RazrFalcon/rustybuzz

- https://github.com/yeslogic/allsorts

- https://github.com/dfrg/swash

Rust managed to get text shaping (https://github.com/RazrFalcon/rustybuzz), you can certainly do it yourself but it's just a lot of work...
Do you know of any examples of this being done with Zig? I can think of a couple with Rust:

- https://gitlab.gnome.org/GNOME/librsvg completed a migration to Rust.

- https://github.com/RazrFalcon/rustybuzz and https://github.com/immunant/rexpat are making decent progress.