To be an addition to the --run flag
To have another flag such as --rm which will delete the binary once the binary has ran.
rustc --run --rm main.rs
To be an addition to the --run flag
To have another flag such as --rm which will delete the binary once the binary has ran.
rustc --run --rm main.rs
It seems like you might want to look at the upcoming cargo script support.
This topic was automatically closed 540 days after the last reply. New replies are no longer allowed.