twitter-api-rs Build Status Coverage Status

Unofficial Rust library for the Twitter API.

This library allows you to:

This library uses the rust-oauth library (please to see oauth-client).

Documentation

How to use?

Add this to your Cargo.toml:

toml [dependencies] twitter-api = "*"

and this to your crate root:

rust extern crate twitter_api;

See examples.