fornwall / rust-script

Run Rust files and expressions as scripts without any setup or compilation step.
https://rust-script.org
Apache License 2.0
1.2k stars 41 forks source link

Check for .exe on Windows #94

Closed fornwall closed 1 year ago

fornwall commented 1 year ago

Avoids always rebuilding the executable on Windows.

Thanks @epage for pointing this out here!