Module ket::c_api

source ·
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 handler for the C API.
  • C API for the objects module.
  • C API for the Process struct.

Functions§