Expand description
Executable preservation logic.
This module provides functionality to copy compiled executables out of build directories before they are deleted during cleanup. This allows users to retain usable binaries while still reclaiming build artifact space.
Structs§
- Preserved
Executable - A record of a single preserved executable file.
Functions§
- preserve_
executables - Preserve compiled executables from a project’s build directory.