Skip to main content

Crate ff_script

Crate ff_script 

Source
Expand description

Typed FCALL wrappers and Lua library loader for FlowFabric Valkey Functions.

Re-exports§

pub use error::ScriptError;

Modules§

engine_error_ext
ScriptError-aware extension helpers for ff_core::EngineError.
error
FlowFabric ScriptError — Lua error codes + transport errors.

Constants§

LIBRARY_SOURCE
The compiled FlowFabric Lua library source.
LIBRARY_VERSION
Expected library version. Must match FCALL ff_version 0 return.