Hello, world
cargo install bacon mdbook cargo-edit cargo-udeps --lockedrustup self update
rustup update stable
cargo upgrade
mask installmask install
bacon --job run .Installs mprocs if not installed and uses it for running all the processes one might need.
docker pull ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main --platform linux/x86_64
cross build --target x86_64-unknown-linux-gnu --releaseCross-builds for an unknown GNU/Linux, or as I like to call it "GNU plus Linux".
cargo fix --broken-code --allow-dirty && cargo clippy --fix --allow-dirty --quiet >/dev/null 2>&1Removes all code that is redundant, applies cargo and clippy fixes
mask update
mdbook serve --port 9999