twitter-api 0.5.0

Unofficial Rust library for the Twitter API.
Documentation

twitter-api-rs

Crates.io Docs.rs LICENSE Build Status Maintenance

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.