Skip to main content

parse_raw_file

Function parse_raw_file 

Source
pub fn parse_raw_file(path: impl AsRef<Path>) -> Result<RawDss>
Expand description

Parses a .dss file from disk, following its includes. Redirect/Compile/Buscoords includes are confined to the case directory, lexically and after symlink resolution, exactly like parse_dss_file; an include that escapes is refused with a warning. Use parse_raw_with with your own loader for unconfined resolution.