pathsearch 0.2.0

Search for files in PATH
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pathsearch"
version = "0.2.0"
authors = ["Wez Furlong"]
edition = "2018"
repository = "https://github.com/wez/wzsh"
description = "Search for files in PATH"
license = "MIT"
documentation = "https://docs.rs/pathsearch"
readme = "README.md"

[dependencies]
anyhow = "1.0"
libc = "0.2"