Skip to main content

write

Function write 

Source
pub fn write(what: &str, suffix: &str, bytes: &[u8]) -> Result<PathBuf>
Expand description

bytes in a new file rmut-<what>-<unique><suffix> under the temp dir, mode 0600. The caller removes it.