compile

Function compile 

Source
pub(crate) fn compile(
    project_dir: impl AsRef<Path>,
    output: impl AsRef<Path>,
    nls: Nls,
) -> Result<()>