Skip to content

pthariensflame/cheats.rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo Rust Language Cheat Sheet

READ ONLINE

Background

This is the "Rust Language Cheat Sheet". It is for users who

  • are early Rust professionals (experienced programmers, intermediate Rust users), and
  • prefer visual, example-driven content

Use cases, in order of priority:

  • "identification guide" for unknown or symbolic constructs encountered in code.
  • provide further reading from easy to advanced (Book to Nomicon).
  • quick lookup for language related problems.
  • discover constructs in the language you might not know.

Design guides:

  • have high information density; every word counts.
  • be printer and mobile friendly
  • don't repeat what's better explained elsewhere, but do state the very essence.
  • have memorable URL :)

Building

Build with Zola, the static site generator written in Rust. To develop locally make sure Zola is installed and then run from this directory:

zola serve

Contributing

Contributions are very welcome. You can PR bug fixes (broken links, typos, ...) directly. I am happy to evolve the current concept based on feedback and demands. Feel free to open an issue and discuss.

License

CC0 to the extent applicable. Uses tables from The Book.

About

Rust Language Cheat Sheet - https://cheats.rs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 86.2%
  • HTML 11.0%
  • Shell 2.3%
  • JavaScript 0.5%