Function donet_core::read_dc_files
source ยท pub fn read_dc_files<'a>(
config: DCFileConfig,
file_paths: Vec<String>,
) -> Result<DCFile<'a>, 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.