run_make_support::fs

Function rename

source
pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q)
Expand description

A wrapper around std::fs::rename which includes the file path in the panic message.