tokio-rs / tokio-uring

An io_uring backed runtime for Rust
MIT License
1.14k stars 122 forks source link

statx builder #226

Closed FrankReh closed 1 year ago

FrankReh commented 1 year ago

Add a builder for the statx command, tokio_uring::fs::StatxBuilder.

Also adds a tokio_uring::fs::statx() function.

Also adds test cases for these functions to the poorly named example: test_create_dir_all.