Skip to content

Commit 6a92cdf

Browse files
committed
*
1 parent 87b3f39 commit 6a92cdf

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
- [Courses](#courses)
1717
- [Lists](#lists)
1818
- [Community](#community)
19-
- [Clojure](https://github.com/LeandroTk/learning-functional/tree/master/clojure)
20-
- [JavaScript](https://github.com/LeandroTk/learning-functional/tree/master/javascript)
21-
- [Python](https://github.com/LeandroTk/learning-functional/tree/master/python)
22-
- [Ruby](https://github.com/LeandroTk/learning-functional/tree/master/ruby)
23-
- [Programming Challenges](https://github.com/LeandroTk/learning-functional/tree/master/programming_challenges)
19+
- [JavaScript](https://github.com/imteekay/functional-programming-learning-path/tree/master/javascript)
20+
- [Rust](https://github.com/imteekay/functional-programming-learning-path/tree/master/rust)
21+
- [Clojure](https://github.com/imteekay/functional-programming-learning-path/tree/master/clojure)
22+
- [Python](https://github.com/imteekay/functional-programming-learning-path/tree/master/python)
23+
- [Ruby](https://github.com/imteekay/functional-programming-learning-path/tree/master/ruby)
24+
- [Programming Challenges](https://github.com/imteekay/functional-programming-learning-path/tree/master/programming_challenges)
2425

2526
## Foundation
2627

rust/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<samp>
2+
3+
# Rust Functional Programming
4+
5+
## Table of Content
6+
7+
- [Books](#books)
8+
9+
## Books
10+
11+
- [Programação Funcional e Concorrente em Rust](https://www.casadocodigo.com.br/products/livro-rust-funcional-concorrente)
12+
13+
</samp>

0 commit comments

Comments
 (0)