pub fn compile_stack_spec(
stack_spec: SerializableStackSpec,
config: Option<PythonStackConfig>,
) -> Result<PythonOutput, String>Expand description
Compile a full SerializableStackSpec (multi-entity) into a Python package.
pub fn compile_stack_spec(
stack_spec: SerializableStackSpec,
config: Option<PythonStackConfig>,
) -> Result<PythonOutput, String>Compile a full SerializableStackSpec (multi-entity) into a Python package.