Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Release 0.1 #22

Closed
10 of 14 tasks
pimeys opened this issue Oct 30, 2019 · 1 comment
Closed
10 of 14 tasks

Release 0.1 #22

pimeys opened this issue Oct 30, 2019 · 1 comment

Comments

@pimeys
Copy link
Contributor

pimeys commented Oct 30, 2019

This is a ticket for functionality needed before releasing version 0.1 of the crate.

bonus:

  • Support async-std!
@tomhoule
Copy link
Contributor

I think we may want both Stream and Vec variants of results. If all APIs return streams, when you want a vec as a consumer of the library, you would collect the stream. Some database drivers will return all the results at once, and we already have a Vec there. In that case you would have a Vec converted to a Stream, and converted back into a Vec, so there's unnecessary copying and allocation.

@pimeys pimeys closed this as completed Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants