Function forc_pkg::find_dir_within
source · pub fn find_dir_within(dir: &Path, pkg_name: &str) -> Option<PathBuf>
Expand description
The same as find_within, but returns the package’s project directory.
pub fn find_dir_within(dir: &Path, pkg_name: &str) -> Option<PathBuf>
The same as find_within, but returns the package’s project directory.