Function bex::io::put

source ·
pub fn put<T: Sized>(path: &str, v: &Vec<T>) -> Result<()>
Expand description

write the vector, as bytes, to a file at the specified path.