file_write_all_bytes

Function file_write_all_bytes 

Source
pub fn file_write_all_bytes(
    path: PathBuf,
    bytes: &[u8],
    overwrite: bool,
) -> Result<usize>
Expand description

Writes all bytes to a file.