hr-shape 0.7.0

Command-line utilities for HarfRust text shaping library.
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(err) = hr_shape::try_main() {
        eprintln!("{err}");
        std::process::exit(1);
    }
}