Command-line text shaping utility for the HarfRust library, equivalent to HarfBuzz's `hb-shape`.
Use `hr-shape` to shape text using fonts and inspect the shaping results.
```bash
cargo install hr-shape
```
```bash
hr-shape [OPTIONS] <font-file> <text>
```
For more information, see the main [HarfRust repository](https://github.com/harfbuzz/harfrust).