Expand description
C API Wrapper
This module provides a wrapper C for the Rust functions.
§Error Handling
The ket_error_message
function allows retrieving error messages associated with error codes.
Given an error code, it returns the corresponding error message string.
§Safety
Care should be taken when using C functions and data structures.
Modules§
- error
- Error handler for the C API.
- execution
- objects
- C API for the objects module.
- process
- C API for the
Process
struct.
Functions§
- ket_
build_ info - ket_
set_ log_ level - Sets the log level for Libket.