Aluna Publishing House, 2024. — 111 p. — ASIN: B0CT365MMD. This guide has been created with beginners in mind who are looking for a friendly and easy approach to mastering the Rust programming language. If you are intrigued by the idea of creating solid and efficient software and diving into modern systems development, you will find the right companion in this book. You'll see...
3rd edition. — Independently published, 2021. — 256 p. — ISBN: B08XZY6W5Z. After reading this book, you’ll be ready to build Rust applications. Why learn a new Programming Language? As Einstein might have said, “As gentle as possible, but no gentler.”. There is a lot of new stuff to learn here, and it’s different enough to require some rearrangement of your mental furniture. By...
Independently published, 2023. — 211 p. — ISBN: 978-8196228538. Automate Network Infrastructure, Optimize Network Performance, and Analyze Packets with Rust Ecosystem Rust for Network Programming and Automation is a pragmatic guide that trains you through Rust to design networks and begin with automating network administration. The book introduces you to the powerful libraries...
2nd Edition. — O’Reilly Media, 2021. — 715 p. — ISBN13: 978-1-492-05259-3. 2021-06-11: First Release The Rust programming language offers the rare and valuable combination of statically verified memory safety and low-level control. Imagine C++ but without dangling pointers, null pointer dereferences, or buffer overruns, and with a deep library of freely reusable libraries. This...
O’Reilly Media, 2017. — 621 p. — ISBN: 978-1-491-92728-1. Rust is a new systems programming language that combines the performance and low-level control of C and C++ with memory safety and thread safety. Rust’s modern, flexible types ensure your program is free of null pointer dereferences, double frees, dangling pointers, and similar bugs, all at compile time, without runtime...
O’Reilly Media, 2023. — 256 p. In this practical book, Mara Bos, leader of the Rust library team, helps Rust programmers of all levels gain a clear understanding of low-level concurrency. You'll learn everything about atomics and memory ordering and how they're combined with basic operating system APIs to build common primitives like mutexes and condition variables. Once you're...
O’Reilly Media, 2023. — 252 p. — ISBN: 978-1-098-11944-7. The Rust programming language is extremely well-suited for concurrency, and its ecosystem has many libraries that include lots of concurrent data structures, locks, and more. However, implementing those structures correctly can be very difficult. Even in the most well-used libraries, memory-ordering bugs are not...
Packt Publishing, 2017. — 320 p. — ISBN: 978-1-78588-025-4. 75-80 recipes for learning Rust programming If you are building concurrent applications, server-side programs, or high-performance applications, you will benefit from this language. This book comes with a lot of application-specific recipes to kick-start your development of real-world high-performance applications with...
O’Reilly Media, 2024. — 296 p. Rust's popularity is growing, due in part to features like memory safety, type safety, and thread safety. But these same elements can also make learning Rust a challenge, even for experienced programmers. This practical guide helps you make the transition to writing idiomatic Rust — while also making full use of Rust's type system, safety...
CompreQuest Books, 2024. — 426 p. — (Mastering Programming Languages Series). Revolutionize Your Software Development with Rust - The Ultimate Guide to Speed and Safety: Discover the power of Rust programming — a language that revolutionizes the way you build software. Dive into "Rust Programming: Speed and Safety for Reliable Solutions," your essential guide to unlocking the...
Manning Publications, 2023. — 330 p. — ISBN: 978-1617298608. Deliver fast, reliable, and maintainable applications by building backend servers, services, and frontends all in nothing but Rust. In Rust Servers, Services, and Apps, you’ll learn: Developing database-backed web services in Rust. Building and securing RESTful APIs. Writing server-side web applications in Rust....
Packt Publishing, 2018. — 360 p. Explore the Rust Standard library and compose algorithms with minimal dependency on external libraries Mozilla’s Rust is gaining much attention with amazing features and a powerful library. This book will take you through varied recipes to teach you how to leverage the Standard library to implement efficient solutions. The book begins with a...
2nd Edition. — Packt Publishing, 2023. — 666 p. — ISBN: 1803234695, 9781803234694. Use the Rust programming language to build fully functional web applications with async Rust to amplify security and boost the performance of your programs. Key Features: Work with cutting-edge web techniques such as distroless Rust servers, Terraform, and AWS deployment. Get acquainted with...
O’Reilly Media, 2025. — 261 p. — ISBN-13: 978-1-098-14909-3. Already popular among programmers for its memory safety and speed, the Rust programming language is also valuable for asynchrony. This practical book shows you how asynchronous Rust can help you solve problems that require multitasking. You'll learn how to apply async programming to solve problems with an async...
2nd Edition. — Independently published, 2024. — 291 p. — ISBN: 978-8119177332. If you want to learn how to program in Rust and create strong, reliable apps with the most recent version Rust 1.68, then you need the "Practical Rust 1.x Cookbook (Second Edition)" — a book full of real-world solutions. An extensive collection of practical recipes covering a wide range of topics,...
No Starch Press, 2022. — 264 p. — ISBN13: 978-1-7185-0186-7 (ebook). For developers who’ve mastered the basics, this book is the next step on your way to professional-level programming in Rust. It covers everything you need to build and maintain larger codebases, write powerful and flexible applications and libraries, and confidently expand the scope and complexity of your...
Packt Publishing, 2018. — 454 p. — ISBN: 1788390636. Rust is an open-source, safe, concurrent, practical language created by Mozilla. It runs blazingly fast, prevents segfaults, and guarantees safety. This book gets you started with essential software development by guiding you through the different aspects of Rust programming. With this approach, you can bridge the gap between...
Manning Publications, 2022. — 400 p. — ISBN: 9781617299001. Create bulletproof, high-performance web apps and servers with Rust. In Rust Web Development, you’ll learn: Handling the borrow checker in an asynchronous environment. Creating web APIs and using JSON in Rust. Graceful error handling. Testing, tracing, logging, and debugging. Deploying Rust applications. Efficient...
Orange Education Pvt Ltd., 2024. — 739 p. — ISBN: 978-81-96994-73-0. Building Tomorrow’s Systems Today the Rust Way. This book is your guide to mastering Rust programming, equipping you with essential skills and insights for efficient system programming. It starts by introducing Rust’s significance in the system programming domain and highlighting its advantages over...
Tyler Hayes, 2024. — 678 p. — ASIN: B0DJQBC2C7. Rust Essentials: Master the Language of Safe Systems Programming. A Hands-On Guide to Building Robust and Efficient Software. Rust is a game-changing language that's revolutionizing the world of systems programming. With its unparalleled combination of safety, performance, and concurrency, Rust empowers developers to explore new...
Independently published, 2024. — 345 p. — ASIN: B0CSGVR85N. “Mastering Rust Programming: From Foundations to Future” is a comprehensive guide that caters to both beginners and experienced programmers looking to deepen their understanding of Rust, a language renowned for its safety, speed, and concurrency. This book meticulously explores the Rust programming language, from its...
Packt Publishing, 2018. — 272 p. Find bottlenecks, identify the proper algorithm to use, optimize performance, and create really efficient Rust applications At times, it is difficult to get the best performance out of Rust. This book teaches you to optimize the speed of your Rust code to the level of languages such as C/C++. You'll understand and fix common pitfalls, learn how...
Kerkour Academy, 2022. — 358 p. Whether in movies or mainstream media, hackers are often romanticized: they are painted as black magic wizards, nasty criminals, or, in the worst cases, as thieves with a hood and a crowbar. In reality, the spectrum of the profile of the attackers is extremely large, from the bored teenager exploring the internet to sovereign State's armies as...
No Starch Press, 2018. — 552 p. The Rust Programming Language is the official book on Rust; a community-developed, systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. Rust’s memory safety guarantees, enforced at compile time, safeguard your programs against the many problems that pervade other systems languages. Rust offers...
No Starch Press, 2018. — 581 (True/HQ) p. — ISBN10: 1593278284, 13 978-1593278281. The Rust Programming Language is the official book on Rust, an open-source, community-developed systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. This is the undisputed go-to guide to Rust, written by two members of the Rust core team, with...
2nd Edition. — No Starch Press, 2023. — 560 p. — ISBN-13: 978-1-7185-0311-3. The Rust Programming Language, 2nd Edition is the official guide to Rust 2021: an open-source systems programming language that will help you write faster, more reliable software. Rust provides control of low-level details along with high-level ergonomics, allowing you to improve productivity and...
No Starch Press, 2019. — 560 p. — ISBN: 1718500440. The Rust Programming Language is the official book on Rust: an open-source systems programming language that helps you write faster, more reliable software. Rust offers control over low-level details (such as memory usage) in combination with high-level ergonomics, eliminating the hassle traditionally associated with low-level...
BPB Publications, 2025. — 388 p. — ISBN: 978-93-65898-262. Description Integrating Rust shows you how to create fast, secure software while keeping full control. This book helps you with the knowledge to seamlessly integrate Rust into your existing development workflow, using its power for high-performance systems programming and beyond. This book is your go-to guide for...
BPB Online, 2022. — 328 p. — ISBN: 978-93-5551-095-2. Rust is a sophisticated systems programming language for speed, memory safety, and parallelism. This book gives you a fast introduction to Rust so that you may get started with low-level system programming and developing web applications, network services, and embedded programs. The book begins with instructions on setting...
Manning Publications, 2024. — 264 p. — ISBN-13: 978-1617299643. Get ready to code like a pro in Rust with insider techniques used by Rust veterans! Code Like a Pro in Rust dives deep into memory management, asynchronous programming, and the core Rust skills that make you a Rust pro! Plus, you'll find essential productivity techniques for Rust testing, tooling, and project...
Manning Publications, 2024. — 250 p. — ISBN: 978-1633437463. Tips, tricks, design patterns, and secret features of Rust that will help you build stable and maintainable applications. Whether you’re a Rust beginner or a pro, Idiomatic Rust will teach you to be a better Rust programmer. It introduces essential design patterns for Rust software with detailed explanations, and code...
BPB Online, 2022. — 288 p. — ISBN: 978-93-55511-546. "Learn Rust Programming" assists every programmer in learning Rust and filling in the gaps left by other programming languages in developing full-proof apps and systems. This book covers every vital feature a programmer requires, including basic principles, syntax, clean coding, application testing, popular libraries, and...
Manning Publications, 2021. — 457 p. — ISBN: 1617294551, 9781617294556. Rust in Action is a hands-on guide to systems programming with Rust. Written for inquisitive programmers, it presents real-world use cases that go far beyond syntax and structure. Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques....
Manning Publications Co., 2020 (estimated). — 400 p. — ISBN: 9781617294556. Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques.You'll be learning Rust by delving into how computers work under the hood. You'll find yourself playing with persistent storage, memory, networking and even tinkering with CPU...
Wrox, 2021. — 395 p. — ISBN: 1119712971. This is not your typical programming book! Jump right in with interesting, useful programs, some of which are drawn from classic computer science problems as a way of talking about the programming constructs in the language rather than explaining everything in a dry, theoretical manner that doesn’t translate well to implementation. Rust...
Apress, 2018. 376 p. - ISBN: 978-1484234679 Learn to program with Rust in an easy, step-by-step manner on Unix, Linux shell, macOS and the Windows command line. As you read this book, you’ll build on the knowledge you gained in previous chapters and see what Rust has to offer. Beginning Rust starts with the basics of Rust, including how to name objects, control execution flow,...
GitforGits, 2024. — 267 p. — ASIN: B0CTHQPJ73. In this stimulating journey of Rust, you'll learn how to use the Rust programming language in conjunction with Machine Learning. It's not a full guide to learning Machine Learning with Rust. Instead, it's more of a journey that shows you what's possible when you use Rust to solve Machine Learning problems. Some people like Rust...
GitforGits, 2023. — 346 p. Are you an experienced statistician or data professional looking for a powerful, efficient, and versatile programming language to turbocharge your data analysis and Machine Learning projects? Look no further! "Statistics with Rust" is your comprehensive resource to unlock Rust's true potential in modern statistical methods. This book is tailored...
Independently published, 2023. — 601 p. Zero To Production is the ideal starting point for your journey as a Rust backend developer. You will learn by doing: you will build a fully functional email newsletter API, starting from scratch. When you read these lines, Rust has achieved its biggest goal: to make an offer to programmers to write their production systems in a different...
Packt Publishing, 2019. — 698 p. — ISBN: 978-1838828103, 1838828109. Design and implement professional-level programs by leveraging modern data structures and algorithms in Rust Key Features Improve your productivity by writing more simple and easy code in Rust Discover the functional and reactive implementations of traditional data structures Delve into new domains of Rust,...
HiTeX Press; PublishDrive, 2024. — 438 p. — ASIN: B0DB2HK2QG. "Rust Essentials: Safe and Fast Programming" is a comprehensive guide designed for both novice and experienced programmers eager to master Rust, a language renowned for its emphasis on safety and performance. This book offers a detailed exploration of Rust’s unique ownership system, ensuring readers can write robust,...
Independently published, 2021. — 472 p. — ASIN B096L3S5Q7. Begin Rust is a complete guide to the Rust programming language. If you're a new programmer looking to get into a first language, or an experienced programmer looking to learn the Rust language, we hope this book will serve you well. Why Rust? Rust is a relatively new programming language that has gained significant...
Reactive Publishing, 2023. — 377 p. Step beyond the boundaries of traditional data science and machine learning with "Rust for Data Science" the essential guide for seasoned professionals eager to harness the unparalleled efficiency and performance of Rust. As the landscape of big data evolves, the demand for faster and more reliable processing climbs to unprecedented heights....
Independently published, 2023. — 262 p. — ISBN: 978-8196228521. 100+ Solutions across Command Line, CI/CD, Kubernetes, Networking, Code Performance, and Microservices. Practical Rust 1.x Cookbook is an in-depth guide for experienced Rust programmers looking to create robust and efficient applications. This solution-focused book covers a wide range of topics, including...
Reactive Publishing, 2024. — 611 p. — ASIN: B0DFV3KJCN. Rust Programming for Your First Finance Job. Unlock the Power of Rust in the Complex World of Finance! Are you ready to elevate your coding skills and make your mark in the finance industry? Dive into **" Rust Programming for Your First Finance Job"**, the ultimate guide for aspiring quantitative developers, financial...
Fullstack.io, 2020. — 314 p. Revision 4 – First Edition – 2020-02-19 Fullstack Rust: The Complete Guide to Building Apps with the Rust Programming Language and Friends Learn to build performance-critical Rust apps The Rust language is a way to write incredibly fast – and safe – code. It’s being used to build tools at Google, Facebook, Amazon, and many other companies where...
Full-stack.io, 2020. — 321 p. — ISBN: B086G767TP. Revision 5 (02-20-2020). Learn to build performance-critical Rust apps The Rust language is a way to write incredibly fast – and safe – code. It’s being used to build tools at Google, Facebook, Amazon, and many other companies where performance is critical. While there are some good resources on how to learn the Rust programming...
The Pragmatic Programmers, 2022. — 140 p. The Rust programming language is consistent and does its best to avoid surprising the programmer. Like all languages, though, Rust still has its quirks. But these quirks present a teaching opportunity. In this book, you'll work through a series of brain teasers that will challenge your understanding of Rust. By understanding the gaps in...
Pragmatic Bookshelf, 2021. — 344 p. — ISBN: 978-1680508161. Version: P1.0 (July 2021) Rust is an exciting new programming language combining the power of C with memory safety, fearless concurrency, and productivity boosters - and what better way to learn than by making games. Each chapter in this book presents hands-on, practical projects ranging from "Hello, World" to building...
Pragmatic Bookshelf, 2022. — 138 p. The Rust programming language is consistent and does its best to avoid surprising the programmer. Like all languages, though, Rust still has its quirks. But these quirks present a teaching opportunity. In this book, you’ll work through a series of brain teasers that will challenge your understanding of Rust. By understanding the gaps in your...
Coding Books Press, 2023. — 372 p. — (A Quick Guide to the Rust Programming Language for Busy Coders). Learn the Core Concepts and Essential Grammar of the Rust Programming Language in One Book! The legend has it that Rust was born to C++'s father and Haskell's mother. Well, we just made that up. But, once you start using Rust, you will most likely agree with that statement....
O’Reilly Media, Inc., 2022. — 398 p. — ISBN: 978-1-098-10943-1. For several consecutive years, Rust has been voted "most loved programming language" in Stack Overflow's annual developer survey. This open-source systems programming language is now used for everything from game engines and operating systems to browser components and virtual reality simulation engines. But Rust is...
Shiori Publishing, 2024. — 265 p. — ASIN: B0D84F1W9T. Discover the art of crafting clean and maintainable Rust code with this comprehensive guide. Learn 100 essential techniques to enhance your Rust programming skills and write more readable code. From pattern matching to functional-style data processing, this book covers a wide range of topics crucial for Rust developers....
Comments