[][src]Function rustwtxt::parse::statuses

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

Pull the individual tweets from a remote twtxt.txt file into a std::collections::BTreeMap<String, String>, The timestamp is the key while the status is the value.