run_make_support::rfs

Function write

source
pub fn write<P: AsRef<Path>, C: AsRef<[u8]>>(path: P, contents: C)
Expand description

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