#![doc(html_logo_url = "https://lambdastackio.github.io/static/images/lambdastack-200x200.png",
html_favicon_url = "https://lambdastackio.github.io/static/images/favicon.ico",
html_root_url = "https://lambdastackio.github.io/azure-sdk-rust/azure_sdk_rust/azure/index.html")]
#[macro_use]
extern crate hyper;
extern crate chrono;
extern crate url;
extern crate crypto;
extern crate rustc_serialize as serialize;
extern crate xml;
extern crate uuid;
extern crate time;
#[macro_use]
extern crate mime;
#[macro_use]
extern crate log;
extern crate env_logger;
#[macro_use]
pub mod azure;