Documentation
1
2
3
4
5
6
7
8
## Publish

```sh
# 1. update Cargo.toml version

# 2. run:
cargo publish --registry crates-io
```