pub fn compile_polydat_with_libs(
source: &str,
source_dir: Option<&Path>,
polydat_lib_paths: Vec<PathBuf>,
required_outputs: &[String],
strict: bool,
context: &str,
) -> Result<PolydatKernel, String>👎Deprecated:
use compile_polydat_with_options with CompileOptions { lib_paths, .. }
Expand description
compile_polydat_with_options with the source directory, library
directories, outputs to keep, strictness, and context label as
separate parameters.