```bash
cargo doc --no-deps --open
cargo check
cargo test
cargo test --doc
cargo publish --dry-run
```
* *
```bash
cargo install cargo-audit
cargo audit
cargo update
cargo test
cargo publish --dry-run
```
* *
```bash
cargo publish
git tag -a v0.2.0 -m "v0.2.0"
git push origin v0.2.0
```