tweetust 0.10.0

The Twitter API wrapper
Documentation
1
2
3
4
5
6
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct CursorIds {
    pub previous_cursor: i64,
    pub next_cursor: i64,
    pub ids: Vec<i64>
}