file_lookup-0.1.1 has been yanked.
file_lookup
For when you want to look up from the current working directory for a file by name.
Example Usage
Find a file within your home directory, looking up from your current working directory:
use home_find_file;
let path = home_find_file.unwrap;
Find a file within your root directory (or anyhwere else), looking up from your current working directory:
use PathBuf;
use find_file;
let path = find_file.unwrap;
Errors
These functions fail if there is a failure to ascertain your current working directory or your home directory:
;
Installation
This crate is on crates.io.
Install it with cargo: