michromer 0.4.0

This is a small library to interact with the stockfighter simulation challenges.
Documentation
#[macro_use]
extern crate serde_derive;
extern crate serde_json;
extern crate serde;

#[macro_use]
extern crate hyper;


#[macro_use]
extern crate log;

extern crate chrono;


pub mod client;
pub mod data;
pub mod error;
pub mod http;