From 3f6c5de8ee34d3f110c80215d00606b8876a0436 Mon Sep 17 00:00:00 2001 From: Julia Naomi Date: Fri, 6 Apr 2018 02:10:20 -0300 Subject: [PATCH] Adds pt_br book on Funcional and Concurrent Programming This books was developed by Julia Naomi Boeira and had help of Bruno Lara Tavares. - It is and intermediate to advance level book. --- pt_BR.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pt_BR.md b/pt_BR.md index 35de9ec..6455129 100644 --- a/pt_BR.md +++ b/pt_BR.md @@ -4,5 +4,6 @@ * [Rust Book `pt-br`](https://github.com/rust-br/rust-book-pt-br) * [Estruturas de dados e (um pouco sobre) Ownership](https://github.com/bltavares/presentations/blob/gh-pages/rust-tipos-e-ownership/rust-tipos-e-ownership.org) +* [Programação Funcional e Concorrente em Rust, Julia Naomi Boeira](https://books.google.com.br/books?id=g8ZQDwAAQBAJ&printsec=frontcover#v=onepage&q&f=false) * [Textos diversos sobre Rust no Blog do Paulo](https://medium.com/@PauloHRPinheiro) * [(Nunca) Ouvi falar de Rust… Mas como faço um site?](https://presentations.bltavares.com/nunca-ouvi-falar-de-rust/#/slide-orgef8f248)