pub fn process_project_text(
settings: Settings,
project_text: &ProjectText,
) -> Result<Project>Expand description
This method is for processing a raw project-text file into a full blown project.
This is mostly used for validation that nothing has changed in converting the project.
This method should be considered unstable.