From e8e210df89202ebd18d74015a5db6c1624533464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor?= Date: Thu, 22 Sep 2022 14:19:40 -0300 Subject: [PATCH] Add rust book in free-programming-books-pt_BR and author name of The Rust Programming Language in free-programming-books-langs (#7099) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add book A Linguagem de Programação Rust * Add author name The Rust Programming Language * Update books/free-programming-books-langs.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Update books/free-programming-books-pt_BR.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- books/free-programming-books-langs.md | 2 +- books/free-programming-books-pt_BR.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 801b197f0..e04d9d53d 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2123,7 +2123,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [The Little Book of Rust Macros](https://danielkeep.github.io/tlborm/book) * [The Rust Language Reference](https://github.com/rust-lang/reference) * [The Rust Performance Book](https://nnethercote.github.io/perf-book) -* [The Rust Programming Language](http://doc.rust-lang.org/book) +* [The Rust Programming Language](http://doc.rust-lang.org/book) - Steve Klabnik, Carol Nichols, et al. (HTML) * [The Rust RFC Book](https://rust-lang.github.io/rfcs) * [The Rustc Book](https://doc.rust-lang.org/rustc) * [The Rustonomicon](https://doc.rust-lang.org/nomicon) diff --git a/books/free-programming-books-pt_BR.md b/books/free-programming-books-pt_BR.md index 8da13905f..d125284d1 100644 --- a/books/free-programming-books-pt_BR.md +++ b/books/free-programming-books-pt_BR.md @@ -46,6 +46,7 @@ * [R](#r) * [RegEx](#regex) * [Ruby](#ruby) +* [Rust](#rust) * [Shell / Bash Script](#shell--bash) * [TypeScript](#typescript) * [Angular](#angular) @@ -364,6 +365,11 @@ * [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com) +### Rust + +* [A Linguagem de Programação Rust](https://rust-br.github.io/rust-book-pt-br/title-page.html) - Steve Klabnik, Carol Nichols, `trl.:` Lucas Guimarães, `trl.:` Mario Idival, `trl.:` Alberto Margarido, et al. (HTML) + + ### Shell / Bash * [Bash Scripting](https://meleu.gitbooks.io/bashscripting/content/) - Meleu (gitbook)