ninja-xtask 0.2.6

xtask utilities that I use in most projects
Documentation
# ninja-xtask

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.

## Installation

```sh
cargo binstall ninja-xtask
```

Or to build from source / if you don't have binstall ...

```sh
cargo install ninja-xtask
```

## Usage

```sh
cargo ninja
```