tokio-uring icon indicating copy to clipboard operation
tokio-uring copied to clipboard

Add `fs::symlink` function

Open daniel-levin opened this issue 7 months ago • 1 comments

Hello there! I am a happy user of tokio and I am quite excited about what io_uring can bring to the space.

This change adds the symlink function to tokio-uring, with the identical signature and documentation as in tokio itself. I added one unit test. I'm merrily doing blocking I/O inside the async block in the unit test, which I think should be fine because it's just a test.

daniel-levin avatar Jul 17 '24 16:07 daniel-levin