[][src]Function fut::write_file

pub fn write_file(source: String, target: &str)

Writes a new file from a String. Target is just an &str for where the file will be written.