Fullstack Rust, Revision 6

Fullstack Rust, Revision 5
出版时间:2022.5
官网链接:newline.co
下载地址:百度网盘(PDF+EPUB+MOBI+CODE)

内容简介:

Learn to build performance-critical Rust apps

The Rust language is a way to write incredibly fast – and safe – code. It’s being used to build tools at Google, Facebook, Amazon, and many other companies where performance is critical.

While there are some good resources on how to learn the Rust programming language by itself, what these other books don’t teach is how to build applications with Rust.

Fullstack Rust solves that. In this book we show you how to use Rust to build incredibly fast web-servers, build command-line tools, and compile apps to run in the browser with Web Assembly (WASM).

Learn the techniques and tools to build realistic Rust applications

Rust has features that make it a fantastic tool for a number of tasks. Some highlights include:

  • Performance
  • Strong, static, expressive type system
  • Fearless concurrency
  • Great error messages
  • Modern generics
  • Memory safety
  • Cross-platform
  • C interoperability
  • Compiles to WASM (WebAssembly)

Rust has a great set of documentation around the standard library. However, this book has a different focus – instead of trying to teach you just the Rust language, our goal is to build realistic applications and explore some of the techniques and tools available in Rust for accomplishing those tasks.

In the process of working through some common scenarios, you will also be able to learn Rust.

In the book, we teach with a gradual ramp-up from very simple to more complex programs as we build up our Rust toolbelt. Along the way, we’ll show places where many people stumble and support you in finding your own way over these hurdles.

By the time you’re done with this book, you’ll be empowered to branch out and build your own Rust programs.

给TA买糖
共{{data.count}}人
人已赞赏
电子书

iOS 16 App Development Essentials – UIKit Edition

2023-3-6 19:47:02

电子书

Learning eBPF

2023-3-18 1:07:59

搜索