Function get_tmp_source_file

Source
pub fn get_tmp_source_file(contents: &[u8]) -> Result<PathBuf>
Expand description

Writes contents to a temporary file and returns the path to that file.