azure_sdk_storage_core 0.44.4

Rust wrappers around Microsoft Azure REST APIs - Core storage crate
Documentation
1
2
3
4
pub trait ClientEndpoint {
    fn account(&self) -> &str;
    fn key(&self) -> &str;
}