various-rust-utils 0.1.0

Some helpers for rust projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# various-rust-utils

## Release new version:
### Major: 
```
cargo run --manifest-path release-script/Cargo.toml -- -b major
```
### Minor:
```
cargo run --manifest-path release-script/Cargo.toml -- -b minor
```
### Patch:
```
cargo run --manifest-path release-script/Cargo.toml -- -b patch
```