c2rust
c2rust copied to clipboard
transpile: Run `rustfmt` on generated .rs files
- Fixes #742.
Rather than running cargo fmt, this runs the rustfmt binary directly so that it can be used on individual files, and also when there are no build files.