[][src]Function cheddar::parse

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

Parse a Cheddar source from a bytes stream.