Function regorust::regoBundleLoadBinary
source ยท pub unsafe extern "C" fn regoBundleLoadBinary(
rego: *mut regoInterpreter,
path: *const c_char,
) -> *mut regoBundleExpand description
@brief Loads a compiled Rego bundle from the specified binary file. @details The file must contain a valid Rego bundle in Rego Bundle Binary format. For more information on the format, see the specification. @param rego The interpreter @param path The path to the binary file containing the bundle. @return The loaded bundle, or NULL if there was an error.