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
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