Async std::os::unix::fs::FileExt read_at/write_at
Open
- Dominant language
- Rust
- Stars
- 4.1k
- Forks
- 339
- PR merge metrics
- No merged PRs in 30d
Description
Hi folks,
I was curious whether async-std would be interested in an async port of `std::os::unix::fs::FileExt`. I'm writing a service right now that'd benefit from such a thing -- currently I've been doing it myself by using std::os::unix::fs::FileExt::read_at with `spawn_blocking`, but it'd be neat to be included in async-std.
If there's interest in this, I could try my hand at a PR.
Contributor guide
Assessment
This issue has not been assessed yet.