Function disarray_core::file_to_vec

source ·
pub fn file_to_vec(filename: String) -> Result<Vec<String>>
Expand description

From the given path, open the file and gathers its contents into a vector