gist 0.7.0

A simple Github Gist client
Documentation
#[macro_use]
extern crate serde_derive;

extern crate reqwest;
extern crate serde_json;
#[macro_use]
extern crate failure;

pub mod gist;
pub mod gist_file;
pub mod response;