[][src]Function rustwtxt::parse::mentions

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

Parse the mentions out of a twtxt.txt file. Returns a std::collections::BTreeMap<String, String> with the timestamp of the tweet as the key and the mention as the associated value.