mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-15 05:24:21 +01:00
6 lines
88 B
Rust
6 lines
88 B
Rust
|
|
|
|
pub struct TargetInjection {
|
|
pub pid: usize,
|
|
pub path: alloc::string::String
|
|
} |