Dominik Csapak 79d841014e tools/compression: add DeflateEncoder and helpers
implements a deflate encoder that can compress anything that implements
AsyncRead + Unpin into a file with the helper 'compress'

if the inner type is a Stream, it implements Stream itself, this way
some streaming data can be streamed compressed

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-04-07 12:34:31 +02:00
..
2021-03-14 19:18:35 +01:00
2021-03-10 16:39:57 +01:00
2021-01-26 09:54:55 +01:00
2021-03-27 15:57:48 +01:00
2020-10-14 11:20:07 +02:00
2021-03-10 16:39:57 +01:00
2021-03-10 16:39:57 +01:00
2020-12-05 10:45:08 +01:00
2020-10-12 14:11:57 +02:00
2021-04-07 12:34:31 +02:00