Skip to main content

parse

Function parse 

Source
pub fn parse(input: &str, file: &Path) -> Result<Crate, AppError>
Expand description

Parses the input input.

file is only used for error reporting and does not have to exist.