Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
0.3.6
- Fix behavior when using rustfmt together with a build script or procedural macro containing println output (#6, thanks @JelteF)
0.3.5
- Expand the
example.rs
example by default if invoked as cargo expand --example
0.3.4
- Only pygmentize the output if stdout is a TTY
0.3.3
- Expand the
test.rs
test case by default if invoked as cargo expand --test
0.3.2
- Disable rustfmt and pygmentize if --help flag is passed
0.3.1
- Update
isatty
dependency to detect MSYS on Windows
0.3.0
- Live output rather than buffering rustc output and writing it all at once
- Syntax highlighting using pygmentize