Skip to main content

ensure_changeset_dir

Function ensure_changeset_dir 

Source
pub fn ensure_changeset_dir(
    project: &CargoProject,
    config: &RootChangesetConfig,
) -> Result<PathBuf, ProjectError>
Expand description

ยงErrors

Returns ProjectError::DirectoryCreate if directory creation fails.