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

https://github.com/learningbyexample/rustlings


https://github.com/learningbyexample/rustlings

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# rustlings (Educational Products version) [![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)

Greetings and welcome to `rustlings`.
This project contains small exercises to get you used to reading and writing Rust code.
This includes reading and responding to compiler messages!

## Credits
The materials are based on the original course [rustlings](https://github.com/rust-lang/rustlings) created by [Carol Nichols](https://github.com/carols10cents)! The course is provided with the materials from [The Rust Programming Language](https://doc.rust-lang.org/book/index.html) book, written by Steve Klabnik and Carol Nichols, with contributions from the Rust Community.