Function regorust::regoBundleNode

source ยท
pub unsafe extern "C" fn regoBundleNode(
    bundle: *mut regoBundle,
) -> *mut regoNode
Expand description

@brief Returns a node containing the base document of the bundle. @warning If the node was loaded from a binary file, this node will be missing. Future versions of the API may provide a way to reconstruct the bundle AST from the binary file. @param bundle The bundle. @return A node containing the base document of the bundle.