Expand description
ELARA FFI - Foreign Function Interface
C-compatible bindings for mobile SDKs (Android/iOS). This crate provides a stable ABI for Kotlin and Swift wrappers.
Re-exports§
Modules§
- error
- FFI Error handling
- identity
- FFI Identity functions
- session
- FFI Session functions
- types
- FFI Types - C-compatible type definitions
Functions§
- elara_
free_ ⚠bytes - Free a byte buffer allocated by ELARA
- elara_
free_ ⚠string - Free a string allocated by ELARA
- elara_
init - Initialize the ELARA library Must be called before any other functions Returns 0 on success, negative on error
- elara_
shutdown - Shutdown the ELARA library Should be called when done using the library
- elara_
version - Library version