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

feat: add futures::Stream support #551

Merged
merged 5 commits into from Jun 30, 2023
Merged

feat: add futures::Stream support #551

merged 5 commits into from Jun 30, 2023

Conversation

aatifsyed
Copy link
Contributor

@aatifsyed aatifsyed commented Jun 22, 2023

I've mostly just copied the existing patterns for iterator and asyncread

Copy link
Collaborator

@djc djc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a good idea, but the implementation needs some work.

examples/stream.rs Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
src/iter.rs Outdated Show resolved Hide resolved
src/progress_bar.rs Outdated Show resolved Hide resolved
@aatifsyed aatifsyed requested a review from djc June 29, 2023 23:27
Copy link
Collaborator

@djc djc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks much better!

Cargo.toml Outdated Show resolved Hide resolved
src/progress_bar.rs Show resolved Hide resolved
@aatifsyed aatifsyed requested a review from djc June 30, 2023 10:28
@djc djc merged commit 1cbfe20 into console-rs:main Jun 30, 2023
9 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants