which 1.0.0

A Rust equivalent of Unix command "which".
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "which"
version = "1.0.0"
authors = ["fangyuanziti <tiziyuanfang@gmail.com>"]
repository = "https://github.com/fangyuanziti/which-rs.git"
documentation = "http://fangyuanziti.github.io/which-rs/which/"
license = "MIT"
description= "A Rust equivalent of Unix command \"which\"."

[dependencies]
libc = "0.2.10"

[dev-dependencies]
tempdir = "0.3.4"