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§
- Rust
Probe Entry - 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.