These are the xtask commands that I got annoyed copying to every single rust repo of mine.
So I put them here and now I just cargo binstall them.
You might find them useful. I hope you do.
```sh
cargo binstall ninja-xtask
```
Or to build from source / if you don't have binstall ...
```sh
cargo install ninja-xtask
```
```sh
cargo ninja
```