Function cheddar::parse_str[][src]

pub fn parse_str<S>(source: S) -> ParseResult<Module> where
    S: AsRef<str>, 

Parse a Cheddar source from a string.