Skip to main content

atomic_write_0600

Function atomic_write_0600 

Source
pub fn atomic_write_0600(path: &Path, bytes: &[u8]) -> Result<()>
Expand description

Atomically write bytes to path with mode 0o600 (create temp with mode, then rename).