twitter-api-rs Unofficial Rust library for the Twitter API. This library allows you to: get your timeline, update your timeline. Documentation How to use? Add this to your Cargo.toml: [dependencies] twitter-api = "0.5" See examples.