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

Consider add (read/write)_f32/64_(/le) methods into AsyncReadExt and AsyncWriteExt? #3435

Closed
shuoli84 opened this issue Jan 16, 2021 · 0 comments · Fixed by #4022
Closed
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-io Module: tokio/io

Comments

@shuoli84
Copy link
Contributor

The integer family has all the read/write helper methods implemented in AsyncReadExt & AsyncWriteExt, consider add the float ones?
I can fire a pr if this is something appropriate for tokio :)

@shuoli84 shuoli84 added A-tokio Area: The main tokio crate C-feature-request Category: A feature request. labels Jan 16, 2021
@Darksonn Darksonn added the M-io Module: tokio/io label Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-io Module: tokio/io
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants