Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Install Rust Command Line Apps From Source

I'm installing my Rust apps from source by running this in the same directory as [TODO: Code shorthand span ]

bash
cargo install --path .

That sets things up so I can run them directly from the command line