Nomino: Batch rename utility for developers

nomino is yet another batch rename utility written in async Rust. You might find it as a working example of async/await and async-std crate:

2 Likes

Filesystem operations are an odd use for async-await. Out of curiosity, how does this solution compare to the naive synchronous implementation using rayon?

I think you might find the following blog post useful:

https://kkourt.io/blog/2017/10-14-linux-aio.html

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.