Function rebuild_project

Source
fn rebuild_project(project_dir: &Path, use_beta: bool) -> bool
Expand description

Rebuild the project using cargo

Returns true if the build was successful, false otherwise