forge-runtime 0.9.0

Runtime executors and gateway for the Forge framework
1
2
3
4
5
6
7
8
9
pub mod cache;
pub mod executor;
pub mod registry;
pub mod router;

pub use cache::QueryCache;
pub use executor::FunctionExecutor;
pub use registry::{FunctionEntry, FunctionRegistry};
pub use router::{FunctionRouter, RouteResult};