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