Skip to main contentModule local
Source - BINS ๐
- List of binaries that should be copied after building.
NOTE: if a new binary is added this list must be updated!
- BINS_DEFAULT_PATH ๐
- Path segments for the default binaries install dir.
- LIBS ๐
- List of library files that need to be renamed after building, mapping (
source_name, target_name). - NVIM_LIBS_DEFAULT_PATH ๐
- Path segments for the Nvim libs install dir.
- cp ๐
- Copies a built binary or library from
from to to using
[ytil_sys::file::atomic_cp] and prints an โCopiedโ status line. - drop_element ๐
- Removes the first occurrence of an element from a vector.
Returns
true if found and removed, false otherwise. - remove_last_n_dirs ๐
- Removes the last
n directories from a PathBuf. - run