[][src]Function kaiju_compiler_cli_core::compile_program_and_write_bin

pub fn compile_program_and_write_bin<V>(
    input: &str,
    output: &str,
    opsdesc: &OpsDescriptor
) -> SimpleResult<()> where
    V: DeepValidator