of_adapters 0.1.0

Provider adapters and market-data abstraction for the Orderflow engine
Documentation
  • Coverage
  • 90.48%
    38 out of 42 items documented0 out of 16 items with examples
  • Size
  • Source code size: 121.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.28 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gregorian-09

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