mirror of
https://github.com/notohh/rustlings.git
synced 2024-12-24 11:58:08 -05:00
0973e60056
Sub READMEs contain the relevant resources from the main README of the web version. All second edition Rust Book links were updated to the 2018 edition. Fixed to typos in main README.md.
7 lines
No EOL
452 B
Markdown
7 lines
No EOL
452 B
Markdown
These exercises are adapted from [pnkfelix](https://github.com/rustlings/rustlings/blob/master)'s [Rust Tutorial](https://pnkfelix.github.io/rust-examples-icfp2014/) -- Thank you Felix!!!
|
|
|
|
For this exercise check out the chapters:
|
|
- [Ownership](https://doc.rust-lang.org/book/second-edition/ch04-01-what-is-ownership.html)
|
|
- [Reference and borrowing](https://doc.rust-lang.org/book/second-edition/ch04-02-references-and-borrowing.ht)
|
|
|
|
of the Rust Book. |