Module run_make_support::fs_wrapper
source · Functions§
- A wrapper around
std::fs::copywhich includes the file path in the panic message. - A wrapper around
std::fs::create_dirwhich includes the file path in the panic message. - A wrapper around
std::fs::create_dir_allwhich includes the file path in the panic message. - A wrapper around
std::fs::File::createwhich includes the file path in the panic message. - A wrapper around
std::fs::metadatawhich includes the file path in the panic message. - A wrapper around
std::fs::readwhich includes the file path in the panic message. - A wrapper around
std::fs::read_dirwhich includes the file path in the panic message. - A wrapper around
std::fs::read_to_stringwhich includes the file path in the panic message. - A wrapper around
std::fs::remove_dir_allwhich includes the file path in the panic message. - A wrapper around
std::fs::remove_filewhich includes the file path in the panic message. - A wrapper around
std::fs::renamewhich includes the file path in the panic message. - A wrapper around
std::fs::set_permissionswhich includes the file path in the panic message. - A wrapper around
std::fs::writewhich includes the file path in the panic message.