prusto
prusto copied to clipboard
add Client method returning a stream of rows
This is a convenience so users can just iterate over a stream of rows. It also opens up the possibility of using TryStream
combinators, although honestly I haven't found those all that useful.
Hi, thanks for the contribution. I have left some comments, please take a look.