rusty_audio 1.4.1

Convenient sound library for small projects and educational purposes.
Documentation
1
2
3
4
5
6
7
8
```shell
# First, choose `major`, `minor`, or `patch` for the level to release
# Next, run the command in --dry-run mode
$ cargo release --dry-run minor

# Then do it for real with the same level
$ cargo release minor
```