forge-runtime 0.10.0

Runtime executors and gateway for the Forge framework
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod cache;
pub mod execution_log;
pub mod registry;
pub mod router;
#[cfg(feature = "gateway")]
pub mod rpc_signals;

pub use cache::{QueryCache, QueryCacheCoordinator};
pub use registry::{FunctionEntry, FunctionRegistry};
pub use router::{FunctionRouter, RouteOutcome, RouteResult};