azure_storage_datalake 0.12.0

Azure Data Lake Storage Gen2 crate from the Azure SDK for Rust
Documentation
1
2
3
4
5
use azure_core::headers::{HeaderName, Headers};

pub(crate) fn namespace_enabled_from_headers(headers: &Headers) -> azure_core::Result<bool> {
    headers.get_as(&HeaderName::from_static("x-ms-namespace-enabled"))
}