pub fn get_isle_compilations(
codegen_crate_dir: &Path,
gen_dir: &Path,
) -> IsleCompilations
Expand description
Construct the list of compilations (transformations from ISLE source to generated Rust source) that exist in the repository.
pub fn get_isle_compilations(
codegen_crate_dir: &Path,
gen_dir: &Path,
) -> IsleCompilations
Construct the list of compilations (transformations from ISLE source to generated Rust source) that exist in the repository.