Function diffsl::compile_text

source ยท
pub fn compile_text(
    text: &str,
    out: &str,
    model_name: &str,
    options: CompilerOptions,
    is_discrete: bool
) -> Result<()>