search_path 0.1.0

Provides a very simple search path file finder.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "search_path"
description = "Provides a very simple search path file finder."
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
version = "0.1.0"
edition = "2018"
documentation = "https://docs.rs/search_path/"
repository = "https://github.com/johnstonskj/rust-search_path.git"
license = "MIT"
readme = "README.md"
publish = true

[dependencies]