bytedance/monoio

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

オープン

#310 opened on 2024/10/21

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (288 件のフォーク)github user discovery
F-feature-requestgood first issue

Repository metrics

Stars
 (5,000 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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]

コントリビューターガイド