Leanpub Header

Skip to main content

Filters

Category: "Rust"

Books

  1. Fearless Rust
    Don't Panic!
    Freek van Keulen

    Fearless Rust, Don’t Panic! is a practical, engineering-first guide to becoming productive in Rust without getting stuck in borrow-checker dead ends. You will build a solid mental model for ownership and borrowing, learn the patterns that scale to real projects, and write Rust that is both safe and maintainable. If you want Rust’s reliability and performance without weeks of frustration, this book is your shortcut.

  2. Rust for Network Programming and Automation, Second Edition
    Work around designing networks, TCP/IP protocol, packet analysis and performance monitoring using Rust 1.68
    GitforGits | Asian Publishing House

    From the fundamentals of TCP/IP to advanced packet manipulation and analysis techniques, we have delved deeply into the core concepts that power modern networks. The practical examples and hands-on approach were created to teach you real-world skills that you can immediately apply to your projects. Whether you're developing network applications, troubleshooting network issues, or automating network tasks, the knowledge in this book will help you succeed.

  3. Implementing Linkerd Service Mesh
    Add Observability, Load Balancing, Micro Proxies, Traffic Split and Multi-Cluster Communication to Kubernetes
    GitforGits | Asian Publishing House

    Cloud computing and network administration have gone a long way, and I am both excited and amazed by this fact as I sit down to write this book. This book is my attempt to explain the world of service meshes with a deep dive into Linkerd in the possible smallest book size, and is the result of countless hours spent in demystifying complex systems.

  4. Rust Patterns
    for Experienced Programmers
    little world

    Contains 1000 pages, 186 Pattern with 888 Examples

  5. Processor Architecture with Rust
    From Silicon to Speed
    little world

     Learn the hardware rules that make Rust code fast

  6. Rust Projects - Write a Redis Clone
    Explore asynchronous programming with the actor model using Rust and Tokio
    Leonardo Giordani

    Explore the power of Rust with "Rust Projects: Write a Redis Clone". This hands-on guide takes you through building a Redis-inspired database from the ground up, introducing key programming concepts like TCP connections, the RESP protocol, and concurrency. Following the CodeCrafters challenge, this book gradually builds your skills, making complex topics accessible. Whether you're new to Rust or looking to deepen your understanding, this project-based journey offers practical, real-world insights into modern systems programming. The book contains 40% discount code for CodeCrafters.io!

  7. Rust Advanced Memory Patterns for AI
    Mastering Lifetimes, Smart Pointers, and custom allocators for managing large models and datasets
    Edgar Milvus

    Tired of memory bottlenecks? It’s time to build AI with the speed and safety of Rust. Learn to bypass standard abstractions and achieve raw performance at the hardware level. Detailed architectural diagrams and expert exercises for modern high-speed AI stacks. Stop compromising on performance—start building the future of AI engineering today.

  8. Candle
    Neural Networks with Rust
    little world

    Candle is a minimalist, high-performance ML framework.The explicitness of Rust without layers of abstraction obscuring what's really happening

  9. "Your Java microservice runs in 2GB of memory. The same service in Rust? 200MB. Scale that across 100 instances in production, and you're looking at $3,000/month in savings. But it's not just about money—it's about predictability. While Java's garbage collector unpredictably pauses your latency-critical workloads, Rust guarantees deterministic performance. This book teaches you Rust from a Java developer's perspective: same powerful type system, same design patterns, but with compile-time safety that prevents entire categories of bugs. No more race conditions in concurrent code. No more null pointer exceptions. Just code that works, fast."

  10. Desbravando Rust
    Um guia prático para pythonistas explorarem novos horizontes
    Desbravando Rust

    Desvende a performance e segurança de Rust, vindo do mundo Python. Este livro é o seu guia para transicionar do mundo produtivo e ágil de Python para a segurança e performance de Rust. Prepare-se para uma jornada que transformará sua maneira de programar, unindo a produtividade que você já conhece com a performance e segurança que só Rust pode oferecer. Se você é um desenvolvedor Python buscando otimizar performance, explorar concorrência ou simplesmente expandir seu conjunto de habilidades, este livro é para você.

  11. No Description Available
  12. Clap - Command Line Argument Parser for Rust
    Accepting parameters on the command line.
    Gábor Szabó
    No Description Available
  13. Rust Programming
    An introduction to the Rust programming language
    Gábor Szabó

    Staring from the basics this book will help you become a Rust programmer. It includes hundreds of examples and explanations on both the mundane and the complex topics of Rust.

  14. JSON using Rust
    Gábor Szabó
    No Description Available
  15. Modern Web Apps using Rust
    Build full-stack applications using Rust-based Leptos framework, GraphQL, WebAssembly, and cloud-native deployment
    GitforGits | Asian Publishing House

    In this book, you and I will build a sample book-selling application that evolves as you progress. You'll start by setting up Rust, Cargo, and Leptos in VS Code, compiling your first WebAssembly bundle, and watching "Hello, LibroCommerce!" light up your browser. You'll design a microservice-inspired architecture, model data with Serde-annotated structs, implement CRUD operations, secure every endpoint, then broadcast channels, and finally you get to write Playwright end-to-end tests that spin up headless browsers, place orders, and assert live status updates, all inside your continuous integration pipeline.