Function cheddar::parse[][src]

pub fn parse<S>(source: S) -> ParseResult<Module> where
    S: AsRef<[u8]>, 

Parse a Cheddar source from a bytes stream.