Mara L. Refactoring to Rust (MEAP V10) 2025
Download this torrent!
Mara L. Refactoring to Rust (MEAP V10) 2025
To start this P2P download, you have to install a BitTorrent client like qBittorrent
Category: Other
Total size: 13.92 MB
Added: 2025-04-28 09:45:01
Share ratio:
49 seeders,
9 leechers
Info Hash: E899C44A0EEFBEE387B4F124788DFF9F4F81AA1F
Last updated: 1 minute ago
Description:
Textbook in PDF format
Get the speed and reliability of Rust libraries, functions, and high-performance features through incremental adoption without rewriting your codebase from scratch.
In Refactoring to Rust you will learn to
Create Rust libraries you can call from other programming languages
Integrate Rust functions with code in other languages
Use Rust’s ownership and borrowing system to write high performance code
Handle errors as values using Rust’s enums
Minimize unnecessary memory usage with Rust’s multiple string types
Boost performance with Rust concurrency and async event processing
Create Rust HTTP services
Refactoring to Rust teaches you how to take advantage of Rust’s easy-to-use interoperating mechanisms. Learn practical code-mixing techniques like embedding Rust libraries into apps written in other languages. This practical guide emphasises techniques refactoring performance-critical code to Rust while keeping the rest of your application in its original language.
Preface
Why refactor to Rust
An overview of Rust
Introduction to C FFI and unsafe Rust
Advanced FFI
Structuring Rust libraries
Integrating with dynamic languages
Testing your Rust integrations
Asyncronous Python with Rust
WebAssembly for Refactoring JavaScript
WebAssembly interface for refactoring (almost) anything