Let's get rusty ! In this repo there'll be different, practical projects written with Rust and show the possiblities of what Rust can do.
RUSTFLAGS=-Awarnings cargo run: to suppress warningscargo run --target-dir /data2/rust-target/ -- https://www.rust-lang.org: customize target directoryIGNORE_CASE=1 cargo run --target-dir /data2/rust-target/ -- CHECK a.md: designate ENV variables
Both UI vscode-gdb debugging and rust-lldb commandline debugging are good.