azure_data_tables 0.21.0

Azure Table storage crate from the Azure SDK for Rust
Documentation
1
2
3
4
pub use crate::{
    clients::{EntityClient, PartitionKeyClient, TableClient, TableServiceClient},
    Filter, IfMatchCondition, ReturnEntity, Select, Table, Top,
};