1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
use std::borrow::Cow;
use std::io::Read;
use hyper::{Get, Post};
use ::TwitterResult;
use conn::*;
use models::*;
use self::helper::*;

mod helper;
mod impls;

include!(concat!(env!("OUT_DIR"), "/clients.rs"));