Incredibly tiny library with the sole purpose of determining whether a command/program exists in the user's shell.
use cmd_exists::*; fn main() { assert!(cmd_exists("neofetch").is_ok()); }