#executable #finder #variables #finding #path

executable-finder

Find executables in PATH variable

8 releases

0.3.0 Oct 16, 2022
0.2.2 Oct 11, 2022
0.1.3 Feb 12, 2022
0.1.2 Jan 24, 2022

#16 in #finding

49 downloads per month

MIT license

7KB
143 lines

executable-finder

A rust library for finding installed executables

use executable_finder::executables;

fn main() {
    let executables = executables().unwrap();
    for executable in executables {
        println!("{:?}", executable);
    }
}

Dependencies

~0–255KB