harfbuzz / harfbuzz_rs

A fully safe Rust wrapper for the harfbuzz text shaping library.
MIT License
54 stars 23 forks source link

Add error handling in the rusttype module #6

Closed manuel-rhdt closed 6 years ago

manuel-rhdt commented 6 years ago

I decided to use the failure crate as it should provide the default error handling system for rust. This change is a breaking change and will land in the 0.2 version of this crate (which will be released rather soonish).

Closes #5