O’Reilly Media, 2016. — 151 p. — ISBN13: 978-1-4919-2728-1. This practical book introduces systems programmers to Rust, the new and cutting-edge language. You'll learn how Rust offers the rare and valuable combination of statically verified memory safety and low-level control — imagine C++, but without dangling pointers, null pointer dereferences, leaks, or buffer overruns....
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...
No Starch Press, 2022. — 264 p. — ISBN13: 978-1-7185-0185-0. 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 projects.
Packt Publishing, 2019. — 434 p. — ISBN: 978-1-78953-066-7. Practical solutions to overcome challenges in creating console and web applications and working with systems-level and embedded code, network programming, deep neural networks, and much more. Rust 2018, Rust’s first major milestone since version 1.0, brings more advancement in the Rust language. The Rust Programming...
Apress, 2018. — 376 p. — ISBN: 978-1-4842-3467-9. 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...
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,...
2nd Edition. — Packt Publishing, 2019. — 543 p. — ISBN: 978-1-78934-657-2. Become proficient in designing, developing and deploying effective software systems using the advanced constructs of Rust Rust is an empowering language that provides a rare combination of safety, speed, and zero-cost abstractions. Mastering Rust – Second Edition is filled with clear and simple...
UniCAD Publishing, 2021. — 471 p. — ISBN: 979-8404949377. wgpu is the next-generation graphics API and future standard in Rust for both native devices and the web, aiming to provide modern 3D graphics and computation capabilities using GPU acceleration. This book provides all the tools you need to create advanced 3D graphics and GPU computing in Rust using this new wgpu API....
Comments