rustcheat 2.0.0

A fast and simple CLI cheat sheet for Rust, providing quick access to syntax, keywords, and common patterns.
# rustcheat

A minimal CLI cheat sheet app for Rust.
Quickly look up syntax, keywords, and common patterns without leaving your terminal.
No external Libraries!

---

## Installation

```bash
cargo install rustcheat
```

## Global Command

```bash
rustcheat
```