Skip to content

Commit

Permalink
Add rust book in free-programming-books-pt_BR and author name of The …
Browse files Browse the repository at this point in the history
…Rust Programming Language in free-programming-books-langs (EbookFoundation#7099)

* 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 <[email protected]>

* Update books/free-programming-books-pt_BR.md

Co-authored-by: David Ordás <[email protected]>

Co-authored-by: David Ordás <[email protected]>
  • Loading branch information
JaoVSP and davorpa authored Sep 22, 2022
1 parent 222b3db commit e8e210d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion books/free-programming-books-langs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions books/free-programming-books-pt_BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
* [R](#r)
* [RegEx](#regex)
* [Ruby](#ruby)
* [Rust](#rust)
* [Shell / Bash Script](#shell--bash)
* [TypeScript](#typescript)
* [Angular](#angular)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit e8e210d

Please sign in to comment.