pub async fn uncompress_data<R, W>(source: R, target: W) -> Result<usize>where
    R: AsyncRead + Unpin,
    W: AsyncWrite + Unpin,
Expand description

Async version of uncompress_data.