[][src]Function gchemol_parser::parsers::read_until_eol

pub fn read_until_eol(s: &str) -> IResult<&str, &str>

Read the remaining line. Return a line excluding eol.