Demonstrates how to work with Zozz by building itself.
Repeats what you say (example for optional and splatting args)
Create a new Zozz debug build
cargo build
Build a new release-ready version of Zozz
cargo build --release
Publishes a fresh release to Github
- build release
# figure this one out
Update the container used to build customized Zozz executables and push it to DockerHub
# todo