azure_sdk_storage_table 0.30.2

Rust wrappers around Microsoft Azure REST APIs - Table storage crate
Documentation
1
2
3
4
5
6
7
8
9
#![recursion_limit = "128"]

#[macro_use]
extern crate log;
#[macro_use]
extern crate serde_derive;
pub mod table;
mod table_entry;
pub use table_entry::TableEntry;