denoland/std

Modernize `std/archive/tar`

lucacasonato opened this issue · 0 comments

The current std/archive/tar builds on Deno.Reader and friends. We should rewrite it to use WHATWG streams. So a TarDecoderStream and TarEncoderStream.