azure_sdk_storage_table 0.20.0

Rust wrappers around Microsoft Azure REST APIs - Table storage crate
Documentation
#![recursion_limit = "128"]

extern crate base64;
extern crate chrono;
extern crate futures;
extern crate http;
extern crate hyper;
extern crate hyper_rustls;
extern crate md5;
extern crate ring;
extern crate time;
extern crate url;
extern crate uuid;
extern crate xml;
#[macro_use]
extern crate log;
extern crate quick_error;
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate azure_sdk_core;
extern crate azure_sdk_storage_core;
extern crate bytes;
extern crate serde_json;
extern crate serde_xml_rs;
extern crate smallvec;
pub mod table;