bytedance / monoio

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

feat: support `opcode::RenameAt` #289

Closed Lzzzzzt closed 2 months ago

Lzzzzzt commented 2 months ago

add support for io_uring::opcode::RenameAt

Description

This PR is done by finishing the following tasks:

Other details are shown in the code