https://phaiax.github.io/rust-cheatsheet/
https://phaiax.github.io/rust-cheatsheet/
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://phaiax.github.io/rust-cheatsheet/
- Owner: Phaiax
- License: other
- Created: 2015-04-21T12:15:48.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-08-21T16:29:47.000Z (over 9 years ago)
- Last Synced: 2024-04-28T02:43:21.224Z (almost 2 years ago)
- Language: HTML
- Size: 972 KB
- Stars: 38
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-bookmarks - rust-cheatsheet
README
Rust Cheatsheet
===============
[A HTML, still growing, extensive Rust cheatsheet](http://phaiax.github.io/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)