r4#
testing out rust
installation#
from source (requires rust toolchain):
cargo install --path .
or install directly from git:
cargo install --git ssh://git@tangled.sh/oskar.tngl.sh/desktop-test
and then you should have r4 in your path to open it from the terminal.
development#
clone and run:
git clone ssh://git@tangled.sh/oskar.tngl.sh/desktop-test
cd desktop-test
cargo run
linting:
cargo fmt # format code
cargo clippy # catch issues
you'll need rust toolchain installed see AGENTS.md for context, decisions, and workflow