rustcheat 1.0.0

A fast and simple CLI cheat sheet for Rust, providing quick access to syntax, keywords, and common patterns.
1
2
3
4
5
6
7
8
9
10
11
12
# rustcheat

A minimal CLI cheat sheet for Rust.

Quickly look up syntax, keywords, and common patterns without leaving your terminal.

---

## Installation

```bash
cargo install rustcheat