Function lamcal::parse_str[][src]

pub fn parse_str(input: &str) -> Result<Term, ParseError>

Parses a str slice into Term.

This is a wrapper function of the more general parse function. It calls the parse function by converting the str slice into an Iterator over its chars.