Function parse
Source pub fn parse(input: &str) -> Result<DecoderDef, Box<dyn Error>>
Expand description
Parse a .chipi file from a file path and return the decoder definition.
§Errors
Returns an error if the file cannot be read or parsed.
§Example
ⓘlet def = chipi::parse("thumb.chipi")?;