find-in-path 1.0.0

Initialize a LaTex project inside a folder instantly
Documentation
1
2
3
4
5
6
7
use crate::prelude::*;

impl FindInPath for String {
    fn find_in_path(&self) -> Option<std::path::PathBuf> {
        self.as_str().find_in_path()
    }
}