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

https://github.com/duesee/rust_cheatsheets

Cheatsheets for Rust programmers
https://github.com/duesee/rust_cheatsheets

Last synced: 5 months ago
JSON representation

Cheatsheets for Rust programmers

Awesome Lists containing this project

README

          

# Rust Cheatsheets

* Types ([The Periodic Table of Rust Types](http://cosmic.mearie.org/2014/01/periodic-table-of-rust-types/))
* Combinators ([Option and Result](combinators))
* Compiler errors ([Rust Compiler Error Index](https://doc.rust-lang.org/error-index.html))
* Strings ([String Types in Rust](http://www.suspectsemantics.com/blog/2016/03/27/string-types-in-rust/))
* Iterators ([Rust Iterator Cheat Sheet](https://danielkeep.github.io/itercheat_baked.html))