#executable #variables #finder #path #find #finding #installed

executable-finder

在PATH变量中查找可执行文件

8个版本

0.3.0 2022年10月16日
0.2.2 2022年10月11日
0.1.3 2022年2月12日
0.1.2 2022年1月24日

#22 in #finder

每月 21 次下载

MIT 协议

7KB
143 行代码(不包括注释)

executable-finder

A rust库,用于查找已安装的可执行文件

use executable_finder::executables;

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

依赖关系

~0–265KB