Skip to main content

compile_polydat_with_path

Function compile_polydat_with_path 

Source
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.