Showing results for "Zero To Production In Rust"

  • Bestsellers
  • Highest Rated
  • Price: Low to High
  • Title: A to Z
  • Title: Z to A
  • Date: Newest to Oldest
  • Date: Oldest to Newest
Clear All

Showing 1 - 12 of 9106 Results

Adult content is visible. 

2026

EN

Master the transition from functional Rust to enterprise-grade system architecture.The Rust compiler is an exceptional teacher for memory safety, but it is not an operations engineer. Satisfying the borrow checker is only the baseline. To build robust, maintainable, and observable applications, developers must adopt a rigorous production mindset.Professional Rust Development bridges the critical gap between writing code that compiles and engineerin...

2026

EN

Whether you're just starting out or a fully-fledged Rust pro, this third Edition is a goldmine of knowledge about Rust. This book has been updated with Rust 1.85 and Rust 2024 Edition, and it takes you on a really structured learning path to write production-grade systems, async services, GPU compute kernels, Linux kernel modules, and Go-integrated libraries.The book is built around a single, progressive application, and every chapter adds a functi...

Price$29.99 USDor Free with Kobo Plus

Hyper in Rust: Design and Implementation

The Complete Guide for Developers and Engineers

2025

EN

"Hyper in Rust: Design and Implementation""Hyper in Rust: Design and Implementation" is a comprehensive exploration of Hyper, Rust’s premier library for building fast, reliable, and scalable networked applications. This book delves deep into the architecture and ethos behind Hyper, tracing its origins, design goals, and the pivotal role it plays within the evolving Rust ecosystem. Readers are introduced to foundational concepts in asynchronous networking, architectural patterns, an...

2026

EN

Take control of the physical world with Rust.There is a profound moment in software engineering when your code escapes the operating system and directly manipulates physical hardware. Embedded and Low-Level Development in Rust is your comprehensive guide to crossing that boundary. Designed for experienced backend developers and veteran C firmware engineers alike, this book strips away abstract programming concepts and grounds them in the reality of

2026

EN

Unlock the true speed of Rust.Rust guarantees memory safety and concurrency without data races, but the compiler alone cannot make your application fast. To achieve C-level performance, you must look beyond zero-cost abstractions and understand how your code interacts with the physical hardware.Writing High-Performance Applications in Rust is the definitive guide for intermediate and advanced developers ready to bridge the gap between high-level sy...

Hands-On Rust Projects for Beginners

Build Command-Line Tools, File Utilities, Data Parsers, Error-Handled Apps, and Practical Rust Programs in One Complete Guide

2026

EN

Hands-On Rust Projects for Beginners is a practical project-based guide for new Rust learners who want to move beyond theory and start building useful programs.Inside, readers learn Rust step by step through real beginner-friendly projects, including command-line tools, file utilities, data parsers, search tools, CSV cleanup programs, structured data examples, error-handled applications, and complete small utilities. The book focuses on practical coding habits, readable examples, o...

Concurrency with Tokio in Rust

The Complete Guide for Developers and Engineers

2025

EN

Accessible

"Concurrency with Tokio in Rust""Concurrency with Tokio in Rust" is an authoritative guide to building efficient, robust, and scalable asynchronous systems using Rust’s premier async runtime. From first principles, this book demystifies Rust’s ownership model, lifetimes, and trait bounds like Send and Sync, laying a solid foundation for thread-safe and memory-safe concurrency. Readers are led through asynchronous programming essentials—including async/await, the Future trait, pinni...

Tantivy in Rust

Building High‑Performance Full‑Text Search Services

2026

EN

Accessible

"Tantivy in Rust: Building High‑Performance Full‑Text Search Services"Modern search systems demand more than fast keyword matching: they require disciplined schema design, predictable indexing pipelines, strong relevance, and production-grade operational control. This book is written for experienced Rust developers, backend engineers, and search practitioners who want to use Tantivy as the core of serious full-text search services. It assumes the reader is ready to move beyond intr...

2024

EN

Learn to Build Rust Programs, Test Applications and Create Your Own Cargo Packages with latest Rust 1.77"Rust In Practice, Second Edition" is an updated book that builds on the previous edition's excellent foundation and is intended to help readers progress from novice to proficient Rust developers. This new edition comes with Rust 1.77 version that goes deeper into Rust's core and advanced capabilities, making it suitable for learners at all levels.Beginni...

Price$36.99 USDor Free with Kobo Plus

Rust High Performance

Learn to skyrocket the performance of your Rust applications

2018

EN

Find bottlenecks, identify the proper algorithm to use, optimize performance, and create really efficient Rust applicationsKey FeaturesUnderstand common performance pitfalls and improve the performance of your applications.Get to grips with parallel programming and multithreading with Rust.Learn metaprogramming in Rust.Book DescriptionThis book teaches you how to optimize the performance of your Rust code so that it is at the...

Price$37.99 USDor Free with Kobo Plus

Hands-On Concurrency with Rust

Confidently build memory-safe, parallel, and efficient software in Rust

2018

EN

Get to grips with modern software demands by learning the effective uses of Rust\\'s powerful memory safety.Key Features\[\*\] Learn and improve the sequential performance characteristics of your software\[\*\] Understand the use of operating system processes in a high-scale concurrent system\[\*\] Learn of the various coordination methods available in the Standard libraryBook DescriptionMost programming languages can really ...

Price$37.99 USDor Free with Kobo Plus

2025

EN

Master the Most Loved Language and Build Blazing-Fast, Reliable SoftwareFor decades, programmers faced a painful choice: the raw speed of C/C++ (with the risk of memory bugs and security flaws) or the safety of languages like Java and Python (with the cost of a garbage collector). Rust solves this dilemma.Rust delivers C-level performance, fearless concurrency, and guaranteed memory safety, all verified at compile time. While consistently ranked as the "mos...