bytedance / monoio

Rust async runtime based on io-uring.
Apache License 2.0
3.88k stars 217 forks source link

feat(op, fs): :sparkles: add `MkDirAt` opcode in io-uring and `create_dir(_all)` #270

Closed Lzzzzzt closed 1 month ago

Lzzzzzt commented 3 months ago

Note

Currently those stuct and function only support unix platform

Xuanwo commented 1 month ago

Thanks a lot for this PR, I'm willing to help review this PR until https://github.com/bytedance/monoio/issues/281 get fixed so we have a clean CI status.

ihciah commented 1 month ago

Thank you!