[][src]Function twitchchat::irc::parse

pub fn parse(input: &str) -> IrcParserIter<'_>

Notable traits for IrcParserIter<'a>

impl<'a> Iterator for IrcParserIter<'a> type Item = Result<IrcMessage<'a>, MessageError>;

Parses a string and returns an iterator over the IrcMessages in it.

This borrows from the input string.