pub fn parse_source(source: &str, options: &ParseOptions) -> Result<Value, Error>
Expand description

Parse TOML source, producing a generic Value.