[][src]Function tweetr::ops::queue_tweet::tweets_path

pub fn tweets_path(config_dir: &Path) -> PathBuf

Get the path to the file containing the global tweet queue.

Examples

let tf = temp_dir().join("tweetr-doctest").join("ops-queue_tweets-tweets_path-0");
assert_eq!(queue_tweet::tweets_path(&tf), tf.join("tweets.toml"));