Skip to main content

Module local

Module local 

Source

Constantsยง

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.

Functionsยง

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