which 4.4.2

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

[dependencies.regex]
optional = true
version = "1.5.5"

[dependencies.rustix]
default-features = false
features = ["fs", "std"]
version = "0.38.10"
[dev-dependencies.tempfile]
version = "3.3.0"

[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 = "2021"
keywords = ["which", "which-rs", "unix", "command"]
license = "MIT"
name = "which"
readme = "README.md"
repository = "https://github.com/harryfei/which-rs.git"
rust-version = "1.63"
version = "4.4.2"
[package.metadata.docs.rs]
all-features = true
[target."cfg(any(windows, unix, target_os = \"redox\"))".dependencies.home]
version = "0.5.5"
[target."cfg(windows)".dependencies.once_cell]
version = "1"