proc-macro-workshop

Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019] (by dtolnay)

Proc-macro-workshop Alternatives

Similar projects and alternatives to proc-macro-workshop

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better proc-macro-workshop alternative or higher similarity.

proc-macro-workshop reviews and mentions

Posts with mentions or reviews of proc-macro-workshop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • Why does the core not provide a "New" derive attribute?
    1 project | /r/rust | 9 Dec 2023
    Tangentially, the proc macro workshop walks through building a derive macro implementing a builder pattern. From experience, I can tell I couldn't ever write proc macros just by reading the manual, going through it is really helpful https://github.com/dtolnay/proc-macro-workshop/blob/master/README.md
  • Help on spans for proc macros
    1 project | /r/rust | 3 Jul 2023
    I am working on the proc macro workshop and am a little stuck on the builder portion of the workshop. Step 08-unrecognized-attributes wants you to handle the car where the field modifier has a misspelled portion (eac instead of each)
  • Practical Procedural Macros in Rust
    3 projects | news.ycombinator.com | 29 Jun 2023
    I would very much second the suggestion to do David Tolnay’s Proc Macro Workshop if you want to start understanding how to write them. I’d been writing Rust for years but always kind of avoided proc macros.

    When I had a need for them, I went through only the first section of the workshop and everything clicked. You can just do the derive macro section and all the strange and scary-looking macro syntax will make sense. I realized that there is only a bit of extra syntax but it’s used very often so it can seem a little overwhelming when reading macro code.

    https://github.com/dtolnay/proc-macro-workshop

  • Rust fact vs. fiction: 5 Insights from Google's Rust journey in 2022
    5 projects | /r/rust | 27 Jun 2023
  • A walkthough on how to write derive procedural macros
    1 project | /r/rust | 10 Jun 2023
    Another good one imo is the proc-macro-workshop.
  • Transitioning to Rust as a company
    8 projects | /r/rust | 2 Jun 2023
    Don't be afraid of proc macros and derive macros, they rule. Study the basic examples. Crates like darling and resources like David Tolnay's workshop will help. Write derives for your simpler traits and impress your colleagues.
  • What are your experiences with hack-and-learn events?
    2 projects | /r/rust | 15 May 2023
    Regarding 4, I think that macros are an interesting intermediate/advanced topic. I personally loved the material from https://github.com/dtolnay/proc-macro-workshop
  • Procedural Macros are really hard to understand
    3 projects | /r/rust | 4 Feb 2023
    It took me a while to get anything done. My mistake : I came accross the procedural macros workshop several times, and every time I dismissed it, thinking - meh I'll just hack together exactly what I need and move on. Then finally I figured there is no way around it. The builder exercise sounds boring but it covers the topic pretty well. And then I went on to the debug one and from there was able to build the proc macro I wanted.
  • MacroKata is really good!
    2 projects | /r/rust | 22 Dec 2022
    Hey! While researching, I found this: https://github.com/dtolnay/proc-macro-workshop
  • Anything C can do Rust can do Better
    58 projects | dev.to | 1 Dec 2022
    Rust Latam: procedural macros workshop - David Tolnay
  • A note from our sponsor - SaaSHub
    www.saashub.com | 26 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic proc-macro-workshop repo stats
26
3,787
4.2
16 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com