Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should take Read or BufRead as input? #11

Open
alexreg opened this issue Apr 8, 2017 · 2 comments
Open

Should take Read or BufRead as input? #11

alexreg opened this issue Apr 8, 2017 · 2 comments

Comments

@alexreg
Copy link

alexreg commented Apr 8, 2017

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>?

@oli-obk
Copy link
Owner

oli-obk commented Apr 8, 2017

Sounds sensible.

@alexreg
Copy link
Author

alexreg commented Apr 9, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants