coreason-runtime 0.1.0

Kinetic Plane execution engine for the CoReason Tripartite Cybernetic Manifold
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) 2026 CoReason, Inc.
// All rights reserved.

//! Execution Plane module.
//!
//! Contains the core computational modules for the CoReason runtime,
//! ported from `coreason_runtime/execution_plane/` Python modules.

pub mod blast_radius;
pub mod blob_store;
pub mod capability_allocator;
pub mod integrity;
pub mod lmsr_consensus;
pub mod local_simulator;
pub mod worm_ledger;