async_zip 0.0.19

An asynchronous ZIP archive reading/writing crate.
Documentation
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>Sample HTML inside ZIP</title></head>
<body>
<h1>Sample HTML inside a ZIP archive</h1>
<p>This file was extracted from <code>sample-with-html.zip</code>.</p>
</body>
</html>