schveiguy / iopipe

D language library for modular io
Boost Software License 1.0
77 stars 6 forks source link

Add a range input stream #42

Closed schveiguy closed 1 year ago

schveiguy commented 1 year ago

Add a range input stream. This supports both an input range of elements, or an input range of slices of elements.

Should close #9 and also fixes another issue with ensuredecodable.

This also removes all docs (for now). I will add them in a more appropriate way.

schveiguy commented 1 year ago

@Inkrementator if you have no objections, I'm going to merge this by Friday.

Inkrementator commented 1 year ago

I was busy, I'll take a look now

schveiguy commented 1 year ago

I'm probably going to change the name to rangeDev and RangeDev to match the other things in this file.

Inkrementator commented 1 year ago

Works ootb with my project and consequently with the requests package

schveiguy commented 1 year ago

@Inkrementator now live on code.dlang.org