pub async fn list_archive_files<R>(source: R) -> Result<Vec<String>>where
    R: AsyncRead + Unpin,
Expand description

Async version of list_archive_files.