Advanced Rust macros with derive-deftly
Keyboard shortcuts
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Advanced Rust macros with derive-deftly
[ docs: crate top-level | overall toc, macros | template etc. reference | guide/tutorial ]
Introduction: Using derive-deftly for easy derive macros.
derive-deftly is a Rust package
that you can use to define your own derive macros
without having to write low-level procedural macros.
The syntax is easy to lear...
Read more at diziet.pages.torproject.net