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

stream: add "full" feature flag #5639

Merged
merged 1 commit into from Apr 23, 2023

Conversation

Wasabi375
Copy link
Contributor

Add "full" feature flag, that enables all other features. This is analog to tokio's "full" feature flag.

Motivation

I often use tokio's "full" feature flag during early development and for hobby projects. That way I don't have to manage
features early on and can just use everything and changing to specific features once a project is further developed.

I'd like to be able to do the same with tokio-stream.

I was thinking about creating an issue for this first, but I decided that creating a PR is not that much slower so here it is.

@Darksonn Darksonn added the A-tokio-stream Area: The tokio-stream crate label Apr 20, 2023
Add "full" feature flag, that enables all other features. This is analog
to tokio's "full" feature flag.
Copy link
Contributor

@Darksonn Darksonn left a comment

Choose a reason for hiding this comment

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

I guess I don't mind adding this.

@Darksonn Darksonn merged commit 2cd4f4a into tokio-rs:master Apr 23, 2023
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio-stream Area: The tokio-stream crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants