Look up Rust syntax or a language feature instantly without searching through full documentation
Discover Rust language features you have not learned yet by skimming the reference sheet
Download the PDF version of the Rust cheat sheet for offline reference during development
This repository is the source code for cheats.rs, a single-page reference sheet for the Rust programming language. The site packs a large amount of information into one page, designed for people who want to look things up quickly rather than read through a full tutorial. The README describes three intended uses: identifying syntax or constructs you encounter in someone else's code, discovering parts of Rust you may not have learned yet, and getting an overview of the language if you already know how to program in something else. It is not aimed at complete beginners who have never written code before. The sheet is available online at cheats.rs and can also be downloaded as a PDF. The repository itself contains the site source files built using Zola, a static site generator written in Rust. If you want to run it locally, you download the correct version of Zola and run one command to start a local preview server. The project welcomes contributions. Simple bug fixes can go straight to a pull request, and there is also an email address for people who prefer not to use GitHub. The README credits the Rust community contributors, the official Rust book for some reference tables, and several individuals who provided explanations and feedback during development. The license and legal details are in a separate file in the repository rather than in the README itself.
← ralfbiedert on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.