RustCheat: A Minimal CLI Cheat Sheet for Rust
rust
dev.to
It’s been a little while since I really used Rust. Understanding this, I Noticed I forgot some of my syntax. Usually when I forget syntax I do a “quick” google search which might take me down a rabbit hole of where I either get distracted or need to google a bunch of other things. so I created a simple cli app so that for little things I never have to leave my terminal DISCLAIMER this is my first cli app that I’ve published to a registry so any constructive criticism would be appreciated. the o