dtolnay / proc-macro-workshop

Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]
Apache License 2.0
4.13k stars 1.04k forks source link

The dependencies in most of the Cargo.tomls are still `# TODO` #61

Closed makoConstruct closed 1 year ago

makoConstruct commented 1 year ago

Very demoralizing, like I cannot even learn the first thing about writing a procedural macro here. I will try copying

syn = "1.0"
quote = "1.0"

from the syn readme though.

makoConstruct commented 1 year ago

Oh, sorry, I think I misunderstood what this repo was. Whatever it is, it's definitely not what I'm looking for.