Skip to main content

compile_options_split

Function compile_options_split 

Source
pub fn compile_options_split(
    project_root: impl Into<PathBuf>,
    paths: ProjectPaths,
) -> CompileOptions
Expand description

CompileOptions::split(project_root, paths), with every source pre-read. Discovers exactly the files CompileOptions::split itself would compile — built from the same paths this call also hands to split, not re-derived from bynk.toml through a second read, so the two can never disagree.