Skip to main content


Is there a good portable asynchronous filesystem access crate for Rust yet? (I'm aware of a number of crates that use blocking filesystem operations from threads, and that's not at all what I mean. I want to issue large numbers of requests from few threads so the I/O scheduler can sort them out.)

(Thanks, POSIX, for assuming that disks are infinitely fast. 🙄)

#rustlang

⇧