tl;dr
Have you ever wished that you could that could write a new derive
macro without having to mess with procedural macros?
Now you can!
derive-adhoc
lets you write a #[derive]
macro, using a template syntax which looks a lot like macro_rules!
.
It’s still 0.x - so unstable, and maybe with sharp edges. We want feedback!
And, the documentation is still very terse. It is doesn’t omit anything, but, it is severely lacking in examples, motivation, and so on. It will suit readers who enjoy dense reference material.
( Read more... )