BOOKS - PROGRAMMING - From javascript to Rust Map common javascript and Nod...
US $9.60
529737
529737
From javascript to Rust Map common javascript and Node.js workflows to the Rust ecosystem
Author: Jarrod Overson, Vino Technologies
Year: 2022
Number of pages: 166
Format: PDF
File size: 10.9 MB
Language: ENG
Year: 2022
Number of pages: 166
Format: PDF
File size: 10.9 MB
Language: ENG
Each chapter will take concepts you know in javascript and Node.js and translate them to their Rust counterparts. The first chapters start with the basics, like getting set up with Rust via a tool similar to nvm (rustup), using the package manager (cargo), and setting up VS Code. Later chapters go over language gotchas, how to perform common javascript tasks in Rust, and we’ll finish up by touching on solid dependencies to start adding to your projects. Why Rust? You could use C, C++, C#, Go, Java, Kotlin, Haskell or a hundred others. Rust is notoriously difficult even for system programmers to get into. Rust’s tooling and support for WebAssembly is better than everything else out there. You can rewrite CPU-heavy javascript logic into Rust and run it as WebAssembly. Which basically makes you a superhero. With javascript and Rust, there’s nothing you can’t handle. This book is not a deep, comprehensive Rust tutorial. It’s meant to bootstrap experienced programmers into Rust. We’ll take common Node.js workflows and idiomatic javascript and TypeScript and map them to their Rust counterparts.