critter 0.1.5

A light rust library to interact with the Twitter V2 api.
Documentation
1
2
3
4
5
6
7
#[derive(Debug)]
pub struct Twitter3Pin {
    pub consumer_key: String,
    pub consumer_secret: String,
    pub access_token: String,
    pub access_token_secret: String
}