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