From c1ce5599a8bbe79066c97546cce72d333d9a72af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= <3125580+davorpa@users.noreply.github.com> Date: Mon, 18 Jul 2022 21:48:44 +0200 Subject: [PATCH] feat: Add `From JavaScript to Rust ebook` by Jarrod Overson (#6932) * Add `From JavaScript to Rust ebook` by Jarrod Overson Resolves #6840 * Use Github HEAD link to PDF file instead repo Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com> * lint: add PDF format Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com> --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index acadc9a72..81eafc367 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2126,6 +2126,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [A Gentle Introduction To Rust](https://stevedonovan.github.io/rust-gentle-intro) - Steve J Donovan * [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book) * [Easy Rust](https://dhghomon.github.io/easy_rust/) - David McLeod (HTML, PDF) +* [From JavaScript to Rust ebook](https://github.com/wasmflow/node-to-rust/raw/HEAD/from-javascript-to-rust.pdf) - Jarrod Overson (PDF) * [Guide to Rustc Development](https://rustc-dev-guide.rust-lang.org) * [Learn Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists) - Alexis Beingessner * [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example)