museun / twitchchat

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

Provide a way to build tags up incremenetally. #195

Closed museun closed 4 years ago

museun commented 4 years ago

Currently its not possible to build tags up.

In a test environment I'm writing for my bot, I need to be able to modify the tags but currently they are read-only.

TagIndices::build_indices takes a complete string -- a helper which'll be something like: TagsBuilder::new().with("key", "value").build() -> &str would be helpful

Horki commented 4 years ago

@museun initial version #206