Expand description
Global storage for compiled logic expressions
This module provides a thread-safe global store for compiled logic that can be shared across different JSONEval instances and across FFI boundaries.
Structs§
- Compiled
Logic Id - Unique identifier for a compiled logic expression
- Compiled
Logic Store Stats - Statistics about the compiled logic store
Functions§
- compile_
logic - Compile logic from a JSON string and return a unique ID
- compile_
logic_ value - Compile logic from a Value and return a unique ID
- get_
compiled_ logic - Get compiled logic by ID
- get_
store_ stats - Get statistics about the global compiled logic store