Function edn_format::parse_str_with_options [−][src]
pub fn parse_str_with_options(
s: &str,
opts: ParserOptions
) -> Result<Value, ParserErrorWithContext>Expand description
Parse EDN from the given input string with the given options.
