rust-si icon indicating copy to clipboard operation
rust-si copied to clipboard

Should take Read or BufRead as input?

Open alexreg opened this issue 7 years ago • 2 comments

Would it not make more sense for scan! or read! to read from an object of type Read or BufRead rather than Iterator<Item=u8>?

alexreg avatar Apr 08 '17 06:04 alexreg

Sounds sensible.

oli-obk avatar Apr 08 '17 09:04 oli-obk

Cool. I can look forward to it in the next version then?

alexreg avatar Apr 09 '17 01:04 alexreg