pub fn build(
    build_type: BuildType,
    targets: HashSet<Platform>,
    enable_tests: bool,
    enable_coverage: bool,
    extra_args: Vec<String>,
    use_ccache: bool,
    enable_assertions: bool
) -> Result<()>
Expand description

The building sequence.