bytedance/monoio

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

開放

#310 建立於 2024年10月21日

 (2 則留言) (0 個反應) (0 位負責人)Rust (288 個分叉)github user discovery
F-feature-requestgood first issue

倉庫指標

星標
 (5,000 顆星)
PR 合併指標
 (30 天內沒有已合併 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]

貢獻者指南