RazrFalcon / rustybuzz

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

Exchange reverse_range() for the stdlib reverse() #73

Closed notgull closed 11 months ago

notgull commented 11 months ago

The lowest possible hanging fruit.

RazrFalcon commented 11 months ago

Thanks! This project has a weird balance between having an idiomatic Rust code and looking as close as possible to the original implementation for ease of backporting changes.