Function axstd::fs::write

source ·
pub fn write<C: AsRef<[u8]>>(path: &str, contents: C) -> Result<()>
Available on crate feature fs only.
Expand description

Write a slice as the entire contents of a file.