mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-21 16:35:29 +01:00
6 lines
107 B
Rust
6 lines
107 B
Rust
extern crate alloc;
|
|
|
|
pub struct TargetInjection {
|
|
pub pid: usize,
|
|
pub path: alloc::string::String
|
|
} |