Function artifact_app::core::process_project_text [] [src]

pub fn process_project_text(settings: Settings,
                            project_text: &ProjectText)
                            -> Result<Project>

This method is for processing a raw project-text file into a full blown project. This is necessary mostly for the API (when it is editing the project) and for unit tests