-
Notifications
You must be signed in to change notification settings - Fork 626
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
Use std IoVec types in AsyncRead and AsyncWrite #1455
Comments
How about
|
I don't believe futures-io is intended to be no-std compatible any more than |
I really don't think we should have a split ecosystem at this level,
This I agree with though. As long as |
This issue is to track using the std
IoVec
types in our public API, instead of having theiovec
crate as a public dependency. Currently these types are not in std, but they will be when rust-lang/rust#58357 lands. We'll have to decide when to make this shift: when they're available in nightly, or when they're available in stable.The text was updated successfully, but these errors were encountered: