An open API service indexing awesome lists of open source software.

https://phaiax.github.io/rust-cheatsheet/


https://phaiax.github.io/rust-cheatsheet/

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

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)