Function cargo::util::paths::write

source · []
pub fn write<P: AsRef<Path>, C: AsRef<[u8]>>(
    path: P,
    contents: C
) -> CargoResult<()>