get-shell 0.1.0

A simple library to get the shell your binary is runned from
Documentation
  • Coverage
  • 0%
    0 out of 18 items documented0 out of 5 items with examples
  • Size
  • Source code size: 10.79 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 343.6 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • thecaralice

get-shell

Downloads License crates.io docs.rs A simple library to get the shell your binary is runned from

Installation

Add get-shell = "0.1.0" to [dependencies] section in your Cargo.toml

Usage

use get_shell::get_shell_name;

println!("{}", get_shell_name().unwrap());