Skip to content

Commit

Permalink
Update intro
Browse files Browse the repository at this point in the history
  • Loading branch information
NebulaFox committed Mar 17, 2020
1 parent 5f159bd commit 8417803
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,22 @@

Collection of challenges faced while programming in Rust

The intention of this collection is to focus on someone who
is new to Rust but not new to programming.
Languages such as Kotlin and Swift,
have cultivated a certain mindset,
which is _challenged_ in Rust,
mostly in the form of Rust`s ownership system.

It is assumed, the reader has read [Rust Programming Language Book](https://doc.rust-lang.org/book/)

#### Resources

* [Rust Programming Language Book](https://doc.rust-lang.org/book/)
* [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example/)
* [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/intro.html)


## Challenge 1: Lazy Loading

### Problem
Expand Down

0 comments on commit 8417803

Please sign in to comment.