Hello! I’m a beginner developer on Rust. I have some question. Does Rust have an analog of the function “system” as in C ++? Thank you!
Analog of the function "system" in C ++
vitalyd
#2
Probably the Process
module will have what you need: https://doc.rust-lang.org/std/process/