read_dc_files

Function read_dc_files 

Source
pub fn read_dc_files(file_paths: Vec<String>) -> Result<DCFile, DCReadError>
Expand description

Easy to use interface for the DC file parser. Handles reading the DC files, instantiating the DC parsing pipeline, and either returns the DCFile object or a Parse/File error.