pub async fn discover_zstd_dict(
origin: &str,
hash: &str,
) -> Result<Vec<u8>, ZstdDictDiscoveryError>Expand description
Async variant of discover_zstd_dict_blocking. Requires a Tokio runtime.
pub async fn discover_zstd_dict(
origin: &str,
hash: &str,
) -> Result<Vec<u8>, ZstdDictDiscoveryError>Async variant of discover_zstd_dict_blocking. Requires a Tokio runtime.