bytedance/monoio

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

Open

#310 创建于 2024年10月21日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Rust (288 fork)github user discovery
F-feature-requestgood first issue

仓库指标

Star
 (5,000 star)
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]

贡献者指南