pub fn default_package_path() -> Option<PathBuf>Expand description
Attempts to infer the default package directory from the current environment.
This simply joins DEFAULT_PACKAGES_SUBDIR to the output of
dirs::data_dir.
pub fn default_package_path() -> Option<PathBuf>Attempts to infer the default package directory from the current environment.
This simply joins DEFAULT_PACKAGES_SUBDIR to the output of
dirs::data_dir.