mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Add screenshots to readme
This commit is contained in:
parent
27b0ebb571
commit
a0b0fba599
1 changed files with 7 additions and 0 deletions
|
@ -111,6 +111,13 @@ To expand a specific module only:
|
|||
|
||||
`$ cargo expand path::to::module`
|
||||
|
||||
[![cargo expand punctuated::printing][punctuated.png]][syn]
|
||||
[![cargo expand token::FatArrow][fatarrow.png]][syn]
|
||||
|
||||
[punctuated.png]: https://raw.githubusercontent.com/dtolnay/cargo-expand/screenshots/punctuated.png
|
||||
[fatarrow.png]: https://raw.githubusercontent.com/dtolnay/cargo-expand/screenshots/fatarrow.png
|
||||
[syn]: https://github.com/dtolnay/syn
|
||||
|
||||
## Disclaimer
|
||||
|
||||
Be aware that macro expansion to text is a lossy process. This is a debugging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue