Function regorust::regoNew

source ยท
pub unsafe extern "C" fn regoNew() -> *mut regoInterpreter
Expand description

Allocates and initializes a new Rego interpreter.

The caller is responsible for freeing the interpreter with regoFree.

@return A pointer to the new interpreter.