This commit is contained in:
Alexander Kiselev
2026-01-25 05:05:07 -08:00
parent 0470caf015
commit d23e059168
2 changed files with 2028 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+6
View File
@@ -0,0 +1,6 @@
//! Library exports for ghidra-cli testing infrastructure.
//!
//! This module exposes internal components needed for integration tests.
#[path = "ipc/mod.rs"]
pub mod ipc;