vyre-runtime 0.7.2

Persistent megakernel + io_uring zero-copy streaming runtime for vyre typed programs
Documentation
// Tests for `telemetry.rs`. Split out per audit item #85 to keep the
// parent file focused on production code.

use super::*;
use crate::resident_work_queue::descriptor::WindowClass;
use crate::resident_work_queue::protocol::{opcode, SLOT_WORDS};
use crate::resident_work_queue::ResidentWorkQueue;
use crate::resident_work_queue::{
    ResidentQueueTopology, ResidentExecutionMode, ResidentLaunchRequest,
};

#[path = "telemetry_tests/decode_contracts.rs"]
mod decode_contracts;
#[path = "telemetry_tests/window_contracts.rs"]
mod window_contracts;
#[path = "telemetry_tests/recommendation_runtime_contracts.rs"]
mod recommendation_runtime_contracts;
#[path = "telemetry_tests/sketch_watchdog_contracts.rs"]
mod sketch_watchdog_contracts;