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

Replace futures_core::Stream with std::stream::Stream #354

Closed
Thomasdezeeuw opened this issue Jan 15, 2021 · 2 comments
Closed

Replace futures_core::Stream with std::stream::Stream #354

Thomasdezeeuw opened this issue Jan 15, 2021 · 2 comments
Labels
enhancement An improvement of the API.

Comments

@Thomasdezeeuw
Copy link
Owner

Removing the futures_core dependency.

Blocked on implementation: rust-lang/rust#79023, RFC: rust-lang/rfcs#2996.
Tracking issue for std's Stream: rust-lang/rust#79024.

@Thomasdezeeuw Thomasdezeeuw added the enhancement An improvement of the API. label Jan 15, 2021
@Thomasdezeeuw
Copy link
Owner Author

Pr rust-lang/rust#79023 is merged, this can start.

@Thomasdezeeuw
Copy link
Owner Author

Done in #369.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of the API.
Projects
None yet
Development

No branches or pull requests

1 participant