https://github.com/learningbyexample/rustlings
https://github.com/learningbyexample/rustlings
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/learningbyexample/rustlings
- Owner: LearningByExample
- License: mit
- Created: 2020-07-04T06:59:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-07-09T06:24:51.000Z (over 5 years ago)
- Last Synced: 2025-05-30T08:34:51.808Z (7 months ago)
- Language: Rust
- Size: 228 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rustlings (Educational Products version) [](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.