Created sub READMEs for CLI only version
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.
This commit is contained in:
7
exercises/move_semantics/README.md
Normal file
7
exercises/move_semantics/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user