Tag: Rust

Rust Power Tools (MEAP V08)


Free Download Rust Power Tools (MEAP V08)
English | 2024 | ISBN: 9781633437494 | 393 Pages | PDF EPUB | 5 MB
Macros are instructions to generate new Rust code at compile-time, saving you hours of tedious code writing. The top Rust developers have built macros into everything from the standard library to crates. Now you can learn how these amazing "power tools" will help you push Rust to its full potential. This hands-on guide takes you from the absolute basics to advanced macro techniques.

(more…)

Rust Design Patterns (MEAP V05)


Free Download Rust Design Patterns (MEAP V05)
English | 2024 | ISBN: 9781633437463 | 207 Pages | PDF EPUB | 5.4 MB
Rust Design Patterns introduces reusable best practices that will help you solve common programming problems and ensure your code is easy for others to understand. Learn when to use each design pattern, as well as when to break it. This practical guide catalogs, documents, and describes both how classic design patterns work with Rust, and the new Rust-specific patterns that will help you master the language.

(more…)

Learn Rust in a Month of Lunches


Free Download Learn Rust in a Month of Lunches by David MacLeod
English | March 26th, 2024| ISBN: 1633438236 | 568 pages | True EPUB (Retail Copy) | 16.18 MB
One month. One hour a day. That’s all it takes to start writing Rust code!

(more…)

Effective Rust 35 Specific Ways to Improve Your Rust Code (PDF)


Free Download Effective Rust: 35 Specific Ways to Improve Your Rust Code by David Drysdale
English | May 7th, 2024 | ISBN: 1098151402 | 296 pages | True PDF | 4.94 MB
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 guarantees, and burgeoning ecosystem.

(more…)

Effective Rust 35 Specific Ways to Improve Your Rust Code (EPUB)


Free Download Effective Rust: 35 Specific Ways to Improve Your Rust Code by David Drysdale
English | May 7th, 2024 | ISBN: 1098151402 | 250 pages | True EPUB | 2.68 MB
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 guarantees, and burgeoning ecosystem.

(more…)

Code Like a Pro in Rust, Video Edition [Video]


Free Download Code Like a Pro in Rust, Video Edition
English | 2024 | h264, yuv420p, 1920×1080 | 48000 Hz, 2channels | Duration: 6h 24m | 547 MB
In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video.

(more…)

Async Rust (Early Release)


Free Download Async Rust (Early Release) by Maxwell Flitton, Caroline Morton
English | 2024 | ISBN: 9781098149086 | 94 pages | PDF | 1.06 Mb
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 approach. You will also dive deeper into async runtimes, implementing your own ways in which async runtimes handle incoming tasks.

(more…)