Keyboard shortcuts

Press ← or β†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Release

Release artifacts are built by .github/workflows/release.yml when a tag that matches v* is pushed.

Targets

PlatformTargetArchive
Linuxx86_64-unknown-linux-gnu.tar.gz
Windowsx86_64-pc-windows-msvc.zip
macOSaarch64-apple-darwin.tar.gz

The release workflow builds both unio and unio-daemon, packages them, and attaches the archives to a GitHub Release.

Create A Release

git tag v0.1.0
git push origin v0.1.0

Local Release Build

cargo build -p unio -p unio-daemon --release