cargo-script
cargo-script copied to clipboard
Is cache lookup done by path or content?
Will it lookup in cache based on the script file's path or based on the script file's content (hash)?
IOW, when I pass a path of a NamedTempFile with the same content as last time, but at a different path, will it use the cached exe or recompile?