Skip to main content

compile_public_artifacts

Function compile_public_artifacts 

Source
pub fn compile_public_artifacts(
    programs: &[ProgramSpecArtifact],
    live_spec: &LiveSpecArtifact,
    manifest: &StackManifestArtifact,
    config: Option<PythonStackConfig>,
) -> Result<PythonOutput, String>
Expand description

Compile Python output from an explicit StackManifest and its public dependencies.