twitter-api-rs Build Status

Unofficial Rust library for the Twitter API.

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" as twitter;

See examples.