Skip to main content

parse

Function parse 

Source
pub fn parse(text: &str) -> OgeomResult<Exchange>
Expand description

Parse a Part 21 exchange file.

ยงErrors

OgeomError::Construction on malformed syntax, with the byte offset where reading stopped making sense.