Skip to main content

Module rust_runtime

Module rust_runtime 

Source
Expand description

Generated std-only runtime and strict reader for owned Rust probes.

The target runtime writes an intentionally small append-only transport. It never computes coverage. Rust reads, validates, de-duplicates and maps these observations into the shared evidence-v3 model after test execution.

Structs§

RustProbeEntry
One record of an owned-runtime evidence file, with the thread that wrote it. Evidence is appended under one mutex, so a file is in execution order, but a test that spawns threads interleaves them: an assertion witnesses its own thread’s records and no other’s.

Enums§

RustProbeObservation
RustProbeReadError

Functions§

parse_rust_probe_events
read_rust_probe_directory
render_rust_runtime