tweetust 0.3.0

The Twitter API wrapper
Documentation

tweetust

crates.io Build Status

Twitter API wrapper for Rust.

How to build from source code

  1. Build clientgen/clientgen.csproj in MSBuild or XBuild
  2. Run the built clientgen
  3. cargo build

Roadmap

  • Use serde
  • Use Cow to store string
  • Update oauthcli
  • &mut builders
  • Change the way to generate code: be pure Rust
  • Parse created_at and Tweet.source (in serde_json?)
  • Support new APIs
  • Streaming