Leanpub Header

Skip to main content

Filters

Category: "Rust"

Rust

  1. A Language a Day
    A Language a Day
    A brief introduction to 21 programming languages: C++, Clojure, Crystal, D, Dart, Elixir, Factor, Go, Hack, Hy, Io, Julia, Kotlin, Lua, Mercury, Nim, OCaml, Raku, Rust, Scala, and TypeScript
    Andrew Shitov

    Languages covered in the book: C++, Clojure, Crystal, D, Dart, Elixir, Factor, Go, Hack, Hy, Io, Julia, Kotlin, Lua, Mercury, Nim, OCaml, Raku, Rust, Scala, and TypeScript. Start with the basics of the language and progress through functions and objects to creating programs that use parallel and concurrent features!

  2. Accelerated Linux Debugging 4D
    Accelerated Linux Debugging 4D
    Training Course Transcript with WinDbg, GDB, LLDB, rr, KDB, KGDB Practice Exercises
    Dmitry Vostokov

    The full transcript of Software Diagnostics Services training with more than 20 step-by-step exercises using WSL and Hyper-V environments, notes, and source code of specially created modeling applications in C, C++, and Rust. Learn live local and remote debugging techniques in the kernel, user process, and managed spaces using WinDbg, GDB, LLDB, rr, and KDB, KGDB debuggers. The unique and innovative course teaches unified debugging patterns applied to real problems from complex software environments. A necessary x64 and ARM64 review is also included.

  3. Memory Thinking for Rust
    Memory Thinking for Rust
    Slides with Descriptions and Source Code Illustrations, Second Edition
    Dmitry Vostokov

    The book reviews memory-related topics from the perspective of software structure and behavior analysis and teaches Rust language aspects in parallel while demonstrating relevant code internals on Windows (x64) and Linux (x64 and ARM64) platforms.

  4. Practical Rust 1.x Cookbook, Second Edition
    Practical Rust 1.x Cookbook, Second Edition
    100+ Solutions for beginners to practice rust programming across CI/CD, kubernetes, networking, code performance and microservices
    GitforGits | Asian Publishing House

    One of the book's most notable features is the collection of over 100 solution-focused recipes. These recipes offer practical solutions to common programming challenges, allowing you to apply what you've learned to real-world situations. These recipes cover a wide range of topics required for a successful backend developer or full-stack programmer, from CI/CD pipeline setup to Rust application deployment.

  5. Rust In Practice, Second Edition
    Rust In Practice, Second Edition
    A Programmers Guide to Build Rust Programs, Test Applications and Create Cargo Packages
    GitforGits | Asian Publishing House

    "Rust In Practice, Second Edition" is more than simply a guidebook; it's an exploration of a language that stresses safety, speed, and concurrency. It is intended for developers who are interested in furthering their Rust knowledge, as well as those who are just getting started but want to go deep.

  6. Machine Learning with Rust
    Machine Learning with Rust
    A practical attempt to explore Rust and its libraries across popular machine learning techniques
    GitforGits | Asian Publishing House

    This book is meant to discover how the language Rust, which is known for being fast and safe, can work with the constantly changing field of machine learning, neural networks and deep learning. The datasets of COVID, CIFAR-10 and practical examples are meant to show how Rust's features can be used to solve problems that come up in machine learning.

  7. Implementing Linkerd Service Mesh
    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.

  8. Accelerated Linux API for Software Diagnostics
    Accelerated Linux API for Software Diagnostics
    With Category Theory in View
    Dmitry Vostokov

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

  9. The Accelerated Guide to Smart Pointers in Rust

    A short textbook for anyone who's interested in understanding about Rust's smart pointers, including people who don't know what smart pointers are.

  10. Statistics with Rust
    Statistics with Rust
    50+ Statistical Techniques Put into Action
    GitforGits | Asian Publishing House

    "Statistics with Rust" is your comprehensive resource to unlock Rust's true potential in modern statistical methods.

  11. Rust for Network Programming and Automation
    Rust for Network Programming and Automation
    Learn to Design and Automate Networks, Performance Optimization, and Packet Analysis with low-level Rust
    GitforGits | Asian Publishing House

    You'll learn to set up and configure various network protocols, including TCP/IP, as well as conduct packet and network analysis, quantify key performance indicators, and automate monitoring alerts and notifications. To learn more about Rust programming for networking, this book is a great resource for network engineers and administrators.

  12. Practical Rust 1.x Cookbook
    Practical Rust 1.x Cookbook
    100+ Solutions across Command Line, CI/CD, Kubernetes, Networking, Code Performance and Microservices
    GitforGits | Asian Publishing House

    Practical Rust 1.x Cookbook is a must-have for both experienced and inexperienced Rust programmers looking to create high-performance and robust applications. This book will help you stay ahead of the curve in Rust programming by providing clear explanations, practical examples, and step-by-step illustrations.

  13. Rust In Practice
    Rust In Practice
    A Programmers Guide to Build Rust Programs, Test Applications and Create Cargo Packages
    GitforGits | Asian Publishing House

    The book also provides hands-on examples and exercises to help you practice and apply the concepts you've learned. With clear explanations, practical examples, and expert advice, this book will help you get an edge on Rust programming and become proficient in building and testing Rust applications, right from day one.

  14. Accelerated Windows API for Software Diagnostics, Second Edition
    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.

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

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