Tout provides utilities that make working with proc-macro2 easier.
Setup
Add this to your Cargo.toml:
[]
= "1"
= "0.2.0"
See the documentation for more information.
Tout provides utilities that make working with proc-macro2 easier.
Add this to your Cargo.toml:
[dependencies]
proc-macro2 = "1"
tout = "0.2.0"
See the documentation for more information.