Skip to content

Latest commit

 

History

History
 
 

flipt-engine-ffi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Flipt Engine FFI

GitHub Release

This is the FFI layer for the Flipt client-side SDKs. It is written in Rust and exposes a C API for the SDKs to use.

It leverages the flipt-evaluation library to perform the actual evaluation.

Architecture

See ARCHITECTURE.md.

Prerequisites

Build

cargo build --release

There are some language SDKs that might require a C file header which has the definitions of the functions accessible through the FFI layer.

Test

cargo test