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

Tracking issue: impl AsyncReadRent and AsyncWriteRent for in-memory std buffer types #310

Open
5 of 11 tasks
SteveLauC opened this issue Oct 21, 2024 · 2 comments
Open
5 of 11 tasks
Labels
F-feature-request feature request good first issue Good for newcomers

Comments

@SteveLauC
Copy link
Contributor

SteveLauC commented Oct 21, 2024

Is your feature request related to a problem? Please describe.

I want to have AsyncReadRent and AsyncWriteRent implemented for in-memory std buffer types, like Vec<u8>, Cursor for testing purposes.

Describe the solution you'd like

Similar to what Tokio does:

Describe alternatives you've considered

No

Additional context

AsyncReadRent has been implemented for &[u8]

@SteveLauC SteveLauC added the F-feature-request feature request label Oct 21, 2024
@Lzzzzzt
Copy link
Collaborator

Lzzzzzt commented Oct 27, 2024

This feature is not complex, do you want to have a try?😃

@ethe ethe added the good first issue Good for newcomers label Oct 27, 2024
@SteveLauC
Copy link
Contributor Author

@ihciah is already working on it, based on our discussion in the feishu group.

@SteveLauC SteveLauC changed the title impl AsyncReadRent and AsyncWriteRent for in-memory std buffer types Tracking issue: impl AsyncReadRent and AsyncWriteRent for in-memory std buffer types Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-feature-request feature request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants