Skip to content

Commit

Permalink
Add Vikram Fugro's article about borrow checker to Step 0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 13, 2023
1 parent d7b1d84 commit 0fe0a11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0_basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ After you're done notify your lead in an appropriate PR (pull request), and he w
_Additional_ articles, which may help to understand the above topic better:
- [Chris Morgan: Rust ownership, the hard way][1]
- [Adolfo Ochagavía: You are holding it wrong][12]
- [Vikram Fugro: Beyond Pointers: How Rust outshines C++ with its Borrow Checker][15]
- [HashRust: A guide to closures in Rust][13]
- [Ludwig Stecher: Rusts Module System Explained][2]
- [Tristan Hume: Models of Generics and Metaprogramming: Go, Rust, Swift, D and More][3]
Expand Down Expand Up @@ -71,3 +72,4 @@ _Additional_ articles, which may help to understand the above topic better:
[12]: https://ochagavia.nl/blog/you-are-holding-it-wrong
[13]: https://hashrust.com/blog/a-guide-to-closures-in-rust
[14]: https://gruebelinchen.wordpress.com/2023/06/06/demystifying-trait-generics-in-rust
[15]: https://dev.to/vikram2784/beyond-pointers-how-rust-outshines-c-with-its-borrow-checker-1mad

0 comments on commit 0fe0a11

Please sign in to comment.