RazrFalcon / rustybuzz

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

Derive `Hash` for `Feature` #89

Closed laurmaedje closed 6 months ago

laurmaedje commented 6 months ago

This makes it easier to cache a shape plan because the features would typically be part of a cache key.