museun / twitchchat

interface to the irc portion of Twitch's chat
Apache License 2.0
103 stars 23 forks source link

Privmsg::badges() and Privmsg::emotes() should also have iterator versions. #196

Closed museun closed 4 years ago

museun commented 4 years ago

And/or expose the parse_iter stuff.

If you're just scanning for a specific badge/emote then you shouldn't have to pay for a vec.

Horki commented 4 years ago

@museun PR #205

museun commented 4 years ago

Added in #205