Write Powerful Rust Macros, Video Edition

Posted By: naag

Write Powerful Rust Macros, Video Edition
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | 7 Hours 15M Duration | 1.76 GB
Genre: eLearning | Language: English



Video
description
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.
An example-driven, step-by-step guide to success with Rust macros.
In
Write Powerful Rust Macros
you’ll learn how to use these amazing metaprogramming tools to push Rust to its full potential. This hands-on guide takes you from the absolute basics to advanced macro techniques, exploring Rust macros through interesting and engaging examples.
Inside
Write Powerful Rust Macros
you’ll discover:
Writing declarative macros
Procedural macros
Reading and debugging macro code
Improving the type system with newtypes and zero-sized types
How common Rust libraries use macros
Write Powerful Rust Macros
teaches you how to write, test, debug, and publish macros for Rust. It’s perfect for Rust practitioners who want to master this powerful development technique. Build your knowledge chapter-by-chapter. You’ll start with declarative macros before diving into the real power: procedural macros that can generate code, augment data structures, and even create domain-specific languages.
About the Technology
Macros are one of Rust’s most important and powerful tools. Although notoriously challenging, this metaprogramming technique has a big payoff. Using macros to generate new Rust code at compile-time can save you hours of tedious coding with negligible runtime performance impact. This book shows you exactly how to master this Rust superpower.
About the Book
Write Powerful Rust Macros
opens up the world of macros to intermediate Rust programmers. You’ll start with declarative macros to get the basics under your belt. Then, you’ll advance to procedural macros as you automatically generate a builder, learn to create your own domain-specific languages, and more. As you go, you’ll develop practical skills like testing macros, integrating macros with crates, and even sharing your macros with other developers.
What's Inside
How Rust libraries use macros
Reading and debugging macro code
newtypes and the type state pattern
About the Reader
For intermediate Rust programmers.
About the Author
Sam Van Overmeire
is an experienced Rust developer and the author of multiple books, scientific articles and blog posts.
The technical editor on this book was
Andrew Lilley Brinker
.
Quotes
A step-by-step practical guide. Real-world examples show how to write macros you’ll actually use.
- Josh Triplett, Rust language team, buildit.dev
The most comprehensive reference I’ve found on Rust macros. Invaluable for any Rustacean!
- Michael Snoyman, FP Complete
A deep dive into Rust’s macro system—one of its most potent features—that demystifies the art of metaprogramming. Essential!
- Noah Gift, Pragmatic AI Labs, Duke Executive in Residence
Expertly equips the reader with the knowledge of how, and the discernment of when, to use Rust macros.
- Sean McArthur, Maintainer of hyper.rs