/rust-cheatsheet

Primary LanguageHTMLOtherNOASSERTION

Rust Cheatsheet

A HTML, still growing, extensive Rust cheatsheet.

This cheatsheet is more about the standard library than about language features.

TODO

  • The essentials (format, hashmap, String, ....)
  • Common structs: Option, Result, ..
  • Drop, Cow, Add
  • arrays, function pointers,
  • file io
  • Macros
  • Descriptions to recommended crates (regex, maybe with docu)
  • Common Traits

Contribute

  • just as you start doing something, please report what you are planning to do in the github issues section.
  • make a pull request as soon as possible (it's only one file, so merge conflicts are probable)
  • ask me and i will add you as a maintainer
  • keep html clean, use the style provided.
  • improve or change design if you are a good designer (i'm not)