which 4.2.0

A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.
Documentation
[dependencies.either]
version = "1.6"

[dependencies.libc]
version = "0.2.65"

[dependencies.regex]
optional = true
version = "1.5.4"
[dev-dependencies.tempdir]
version = "0.3.7"

[package]
authors = ["Harry Fei <tiziyuanfang@gmail.com>"]
categories = ["os", "filesystem"]
description = "A Rust equivalent of Unix command \"which\". Locate installed executable in cross platforms."
documentation = "https://docs.rs/which/"
edition = "2018"
keywords = ["which", "which-rs", "unix", "command"]
license = "MIT"
name = "which"
readme = "README.md"
repository = "https://github.com/harryfei/which-rs.git"
version = "4.2.0"
[target."cfg(windows)".dependencies.lazy_static]
version = "1"