Available on crate feature
tokio only.Expand description
Tokio-specific wrappers that use fs_err error messages.
Structs
- A builder for creating directories in various manners.
- Entries returned by the
ReadDirstream. - Wrapper around
tokio::fs::Filewhich adds more helpful information to all errors. - Options and flags which can be used to configure how a file is opened.
- Reads the entries in a directory.
Functions
- Wrapper for
tokio::fs::canonicalize. - Wrapper for
tokio::fs::copy. - Wrapper for
tokio::fs::create_dir. - Wrapper for
tokio::fs::create_dir_all. - Wrapper for
tokio::fs::hard_link. - Wrapper for
tokio::fs::metadata. - Wrapper for
tokio::fs::read. - Wrapper for
tokio::fs::read_dir. - Wrapper for
tokio::fs::read_link. - Wrapper for
tokio::fs::read_to_string. - Wrapper for
tokio::fs::remove_dir. - Wrapper for
tokio::fs::remove_dir_all. - Wrapper for
tokio::fs::remove_file. - Wrapper for
tokio::fs::rename. - Wrapper for
tokio::fs::set_permissions. - Wrapper for
tokio::fs::symlink. - Wrapper for
tokio::fs::symlink_metadata. - Wrapper for
tokio::fs::write.