pub fn compile_polydat_with_path(
source: &str,
source_dir: Option<&Path>,
) -> Result<PolydatKernel, String>👎Deprecated:
use compile_polydat_with_options with CompileOptions { source_dir, .. }
Expand description
compile_polydat_with_options with a source directory alone.