create_baml_runtime

Function create_baml_runtime 

Source
pub unsafe fn create_baml_runtime(
    root_path: *const c_char,
    src_files_json: *const c_char,
    env_vars_json: *const c_char,
) -> Result<*const c_void>
Expand description

Create a new BAML runtime.

ยงSafety

All pointers must be valid C strings.