bytedance/monoio

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

Open

#310 aperta il 21 ott 2024

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Rust (288 fork)github user discovery
F-feature-requestgood first issue

Metriche repository

Star
 (5000 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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]

Guida contributor