orca-core 0.2.3-rc.2

Core types, configuration, Runtime trait, and error types for the orca orchestrator
Documentation
1
2
3
4
5
6
7
8
//! Test utilities for orca crates.
//!
//! Provides [`MockRuntime`] for testing components that need a [`Runtime`]
//! without requiring Docker or wasmtime.

mod mock_runtime;

pub use mock_runtime::MockRuntime;