## Prerequisites
Working on this project requires [`cargo-make`](https://crates.io/crates/cargo-make) tool to be installed. Run
`cargo install --force cargo-make` to install one.
## Running tests
Run `cargo test --all`
## Releasing a new version
Run `./publish.sh`