[][src]Function overrider_build::watch_files

pub fn watch_files(file_names: Vec<&str>)

Scans a vector of files, constructing and handling the Cargo config flags that interface with overrider.

A word of warning

It's important to note: only call watch_files once. Calling it multiple times envokes undefined behavior, and will probably not work properly.

Syntax

watch_files takes a single arguement: file_names. This is a vector of str references, who point to file strings.
Globbing is supported