Leanpub Header

Skip to main content

Filters

Category: "Rust"

Books

  1. Accelerated Windows API for Software Diagnostics, Second Edition
    With Category Theory in View
    Dmitry Vostokov

    The book contains the full transcript of Software Diagnostics Services training with 10 hands-on exercises on various topics related to Windows API.

  2. Rust By Example 中文注解版
    Rust入门的正确姿势,完全参照官网内容
    andy.hu

    简单、准确,完全参考官网材料1:1编写;完整,全面覆盖Rust的重要特性和知识;及时迭代更新,对错误的、过时的内容和新增的内容及时更新发布新版本;初学者不需要搭建复杂的开发环境,可以直接在官网网页的playground上面运行.降低挫败感,持续学习,提升学习效率和体验。

  3. Rust From the Ground Up
    Real World CLI Programming in Rust
    M Provost

    This book flattens Rust's incredibly steep learning curve. Each chapter introduces enough of Rust's syntax, data structures, and functions to incrementally build a fully functional, real-world Unix command-line interface (CLI) program, without overwhelming you with advanced language concepts such as lifetimes. Every new Rust programmer should read this book first to build the intuition and experience they'll need to become a confident Rust developer.

  4. Accelerated Windows Memory Dump Analysis, Seventh Edition, Part 1, Process User Space
    Training Course Transcript and WinDbg Practice Exercises with Notes
    Dmitry Vostokov

    Learn how to analyze application and service crashes and freezes, navigate through process user space, and diagnose heap corruption, memory and handle leaks, CPU spikes, blocked threads, deadlocks, wait chains, and much more using the WinDbg debugger. The course covers more than 60 crash dump analysis patterns from x64 and ARM64 process memory dumps.