1 2 3 4 5 6 7
#![cfg(test)] // Standalone integration test for stress scenarios. #[path = "stress/mod.rs"] mod stress; #[path = "e2e/support.rs"] mod support;