of_ffi_c 0.1.0

C ABI facade for the Orderflow runtime
Documentation

Orderflow Engine and Bindings

Orderflow is a multi-language market data and analytics engine with:

  • Rust core/runtime crates
  • C ABI
  • Python binding (ctypes)
  • Java binding (JNA)
  • Dashboard and tooling for live/replay workflows

Documentation

Start with:

Quick Build

cargo build
cargo test

Build C ABI for bindings:

cargo build -p of_ffi_c