query-shell
A simple library to get the user's shell.
Forked from alicecarroll/get-shell.
Add query-shell = "0.1"
to [dependencies]
section in your Cargo.toml
.
```rs use queryshell::getshell_name;
println!("{}", getshellname().unwrap()); ```
sysinfo
to the latest release.
sysinfo
(e.g. rayon
).sysinfo
crate (runtime went from >2s to <200ms).