twitter-api-rs

Crates.io Docs.rs LICENSE Build Status Maintenance

Unofficial Rust library for the Twitter API.

This library allows you to:

Documentation

How to use?

Add this to your Cargo.toml:

toml [dependencies] twitter-api = "0.5"

See examples.