Release of std.io v0.3.0
Per Nordlöw
per.nordlow at gmail.com
Tue Jul 28 21:42:28 UTC 2020
On Tuesday, 28 July 2020 at 18:23:45 UTC, Steven Schveighoffer
wrote:
> On 7/28/20 10:08 AM, Per Nordlöw wrote:
>>
>> Be free to copy what you like from
>>
>> https://github.com/nordlow/phobos-next/blob/master/src/nxt/zio.d
>
> Thanks. I actually have zip support in iopipe (it requires
> buffering anyway):
> http://schveiguy.github.io/iopipe/iopipe/zip.html
>
> std.io is very low level -- it does not buffer, but instead
> provides a base framework on which to build higher level i/o
> abstractions.
>
> -Steve
Note that this is for range-based decoding of gzip, bzip2 files.
With blocked decoding underneath.
More information about the Digitalmars-d-announce
mailing list