//! Some higher-level file system operations found in `std::fs` with file descriptor support, such
//! as `create_dir_all` but with a file descriptor as first parameter.
modcreate_path;pubusecreate_path::CreatePath;pubmodread_dir;#[doc(inline)]pubuseread_dir::{ReadDir, read_dir};pubmodstat;#[doc(inline)]pubusestat::Stat;