Module project_util

Source
Available on crate feature project-util only.
Expand description

Utilities for creating, mocking and testing of (temporary) projects Utilities for mocking project workspaces

Modules§

mock
Helpers to generate mock projects

Structs§

ArtifactsSnapshot
The cache file and all the artifacts it references
TempProject
A Project wrapper that lives in a new temporary directory

Functions§

clone_remote
Clones a remote repository into the specified directory.
copy_dir
Copies all content of the source dir into the target dir
copy_file
Copies a single file into the given dir