rq:
cargo run --quiet
br:
cargo build --release
b:
cargo build
r:
cargo run
rr:
cargo run --release
t:
cargo test -- --show-output
test:
cargo test -- --show-output
p:
cargo build --release
cargo run --release
cargo doc
cargo test
cargo publish
d:
cargo doc --open --document-private-items