Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralfbiedert/cheats.rs
Rust Language Cheat Sheet - https://cheats.rs
https://github.com/ralfbiedert/cheats.rs
cheatsheet language rust
Last synced: 24 days ago
JSON representation
Rust Language Cheat Sheet - https://cheats.rs
- Host: GitHub
- URL: https://github.com/ralfbiedert/cheats.rs
- Owner: ralfbiedert
- Created: 2018-11-12T18:58:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T12:59:20.000Z (about 1 month ago)
- Last Synced: 2024-10-11T05:03:06.226Z (29 days ago)
- Topics: cheatsheet, language, rust
- Language: Rust
- Homepage: https://cheats.rs
- Size: 2 MB
- Stars: 4,117
- Watchers: 68
- Forks: 389
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - ralfbiedert/cheats.rs - Rust Language Cheat Sheet - https://cheats.rs (Rust)
- awesome-list - cheats.rs - https://cheats.rs | ralfbiedert | 2071 | (Rust)
- AwesomeCppGameDev - cheats.rs - https://cheats.rs (Rust)
- StarryDivineSky - ralfbiedert/cheats.rs
README
# ![Logo](/static/logo.png) Rust Language Cheat Sheet
[![Read Online](/gfx/button_read-online2.png)](https://cheats.rs)
[![PDF](/gfx/button_cached-pdf2.png)](https://cheats.rs/dl/rust_cheat_sheet_a4.pdf)**A single-page Rust resource for people who like high information density.**
Use cases, in order of priority:
* **identification & lookup guide** for constructs encountered in code,
* **discover** parts of the language you might not know,
* **learn about Rust** if you have prior programming experience.# Building
Built with [Zola](https://www.getzola.org/), the static site generator written in Rust. See [`.zolaversion`](.zolaversion) for the exact version the official site was deployed with. To develop locally download the indicated version, then run:
```
zola serve
```# Contributing
Contributions are welcome and you can PR bug fixes directly. If you somehow ended up here but prefer not to use Github write to [[email protected]](mailto:[email protected]), or use the on-site buttons.
Constructive feedback would be most actionable, but if you just want to vent your frustration that's fine too :)
# Credits
Big shout-out to [all the contributors](https://github.com/ralfbiedert/cheats.rs/graphs/contributors) and people filing [issues](https://github.com/ralfbiedert/cheats.rs/issues) and [pull requests](https://github.com/ralfbiedert/cheats.rs/pulls) for being awesome!
Also:
* The Bronshtein and Semendyayev _Handbook of Mathematics_, the mother of all cheat sheets
* [The Book](https://doc.rust-lang.org/stable/book/) (some tables)
* [Idiomatic Rust Libraries](https://killercup.github.io/rustfest-idiomatic-libs/#/) (idiomatic Rust)
* [Ferris](https://rustacean.net/) (Rust mascot by Karen Rustad Tölva)
* [Rust container cheat sheet](https://docs.google.com/presentation/d/1q-c7UAyrUlM-eZyTo1pd8SZ0qwA_wYxmPZVOQkoDmH4/edit#slide=id.p) (for data layout; Raph Levien)
* That one IEEE 754-2008 Powerpoint deck I can't find anymore ...
* [String Conversions](https://docs.google.com/spreadsheets/d/19vSPL6z2d50JlyzwxariaYD6EU2QQUQqIDOGbiGQC7Y/pubhtml?gid=0&single=true)
* steffahn from users.rust-lang.org (for outstanding explanations)
* eddyb for feedback and explanations# FAQ
Answers to frequently asked questions can [be found here](content/faq.md).
# Legal & License
Please [see here](content/legal.md) for details.