| Crates.io | entidb_ffi |
| lib.rs | entidb_ffi |
| version | 2.0.0-alpha.3 |
| created_at | 2025-12-25 14:50:23.252413+00 |
| updated_at | 2026-01-03 03:30:47.096664+00 |
| description | Stable C ABI for EntiDB bindings |
| homepage | |
| repository | https://github.com/Tembocs/entidb |
| max_upload_size | |
| id | 2004624 |
| size | 206,843 |
Stable C ABI for EntiDB bindings.
This crate provides a stable C ABI interface for EntiDB, enabling language bindings (Dart, Python, and others) to interact with the EntiDB core engine safely.
This crate is intended for binding authors. See the Dart and Python bindings for reference implementations.
The crate produces both cdylib (shared library) and staticlib outputs:
cargo build --release -p entidb_ffi
This crate contains unsafe code as required for FFI. All unsafe operations are
carefully documented and reviewed.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.