Skip to main content

panic_attacker/
lib.rs

1// SPDX-License-Identifier: PMPL-1.0-or-later
2
3//! panic-attacker: Universal stress testing and logic-based bug signature detection
4//!
5//! Library interface for integration tests and external consumers.
6
7pub mod attack;
8pub mod report;
9pub mod signatures;
10pub mod types;
11pub mod xray;