pub fn build_pyembed_artifacts(
    env: &Environment,
    config_path: &Path,
    artifacts_path: &Path,
    resolve_target: Option<&str>,
    extra_vars: HashMap<String, Option<String>>,
    target_triple: &str,
    release: bool,
    verbose: bool
) -> Result<()>
Expand description

Build artifacts needed by the pyembed crate.

This will resolve resolve_target or the default then build it. Built artifacts (if any) are written to artifacts_path.