[][src]Function rustwtxt::parse::tags

pub fn tags(twtxt: &str) -> Option<BTreeMap<String, String>>

Parses out #tags from each tweet, returning a std::collections::BTreeMap<String, String> with the timestamp as the key, and the tag as the value.