diff options
| author | delet0r <lucas@humfeldt.de> | 2018-11-26 16:43:42 +0100 |
|---|---|---|
| committer | delet0r <lucas@humfeldt.de> | 2018-11-26 16:43:42 +0100 |
| commit | 0973e600566baa0071cfd050bdfbf62a3e72b43e (patch) | |
| tree | d179ddf2dc57dd770971a83dd28c7247f372cfbd /exercises/move_semantics | |
| parent | d7b62988f6eac28f1970ac7cd03949c867c00ec4 (diff) | |
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.
Diffstat (limited to 'exercises/move_semantics')
| -rw-r--r-- | exercises/move_semantics/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exercises/move_semantics/README.md b/exercises/move_semantics/README.md new file mode 100644 index 0000000..d9c6c65 --- /dev/null +++ b/exercises/move_semantics/README.md @@ -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.
\ No newline at end of file |
