pub(crate) fn expand(
s: &str,
path_resolver: &CfgPathResolver,
) -> Result<PathBuf, CfgPathError>
Available on crate feature
expand-paths
only.Expand description
Helper: expand a directory given as a string.
pub(crate) fn expand(
s: &str,
path_resolver: &CfgPathResolver,
) -> Result<PathBuf, CfgPathError>
expand-paths
only.Helper: expand a directory given as a string.