path_lookup-rs
Find all available executable commands in $PATH in Rust.
Install
Add path_lookup to your Cargo.toml:
Usage
get_executables() returns a HashSet<String>:
let all_commands: = get_executables;
Find all available executable commands in $PATH in Rust.
Add path_lookup to your Cargo.toml:
get_executables() returns a HashSet<String>:
let all_commands: = get_executables;