DEV Community

Cover image for RustCheat: A Minimal CLI Cheat Sheet for Rust
Xavier Womack
Xavier Womack

Posted on

RustCheat: A Minimal CLI Cheat Sheet for Rust

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 original cheatsheet that I had inspiration from was by Francesco Ciulla.

Rust Cheat Crate

If you would like to contribute to this project you can checkout the repo here thanks so much for your contribution!

Top comments (0)