coreason_runtime_rust/execution_plane/mod.rs
1// Copyright (c) 2026 CoReason, Inc.
2// All rights reserved.
3
4//! Execution Plane module.
5//!
6//! Contains the core computational modules for the CoReason runtime,
7//! ported from `coreason_runtime/execution_plane/` Python modules.
8
9pub mod blast_radius;
10pub mod blob_store;
11pub mod capability_allocator;
12pub mod integrity;
13pub mod lmsr_consensus;
14pub mod local_simulator;
15pub mod worm_ledger;