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
- Host: GitHub
- URL: https://github.com/duesee/rust_cheatsheets
- Owner: duesee
- Created: 2016-09-14T14:59:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-14T20:25:41.000Z (over 9 years ago)
- Last Synced: 2025-04-05T09:30:58.360Z (about 1 year ago)
- Size: 868 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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))