Skip to main content

ghidra_cli/
lib.rs

1//! Library exports for ghidra-cli testing infrastructure.
2//!
3//! This module exposes internal components needed for integration tests.
4
5#[path = "ipc/mod.rs"]
6pub mod ipc;