rust-si
rust-si copied to clipboard
Should take Read or BufRead as input?
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>
?
Sounds sensible.
Cool. I can look forward to it in the next version then?