[][src]Function dxx::read_file

pub fn read_file(filename: &str) -> Result<Vec<f64>, Box<dyn Error>>

read_file reads .DXX file. This func determines the data type from the filename extension and reads that data. The return type is Vec to make the data easier to handle.