Skip to main content

parse_with_options

Function parse_with_options 

Source
pub fn parse_with_options(text: &str, options: &ParseOptions) -> Result<Schema>
Expand description

Parse a COBOL copybook text into a schema with specific options

ยงErrors

Returns an error if the copybook contains syntax errors or unsupported features.