pub fn iterate_executables() -> impl Iterator<Item = String>
Returns an iterator of the exectuables found in $PATH. Note that it still allocates memory because it is necessary to deduplicate the results.