Unofficial Rust library for the Twitter API.
Documentation
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] twitter-api = "*"
and this to your crate root:
rust extern crate "twitter-api" as twitter;
See examples.