To execute/run commands with Rust, you can make use of the 'Command' struct found in the standard library. The struct is an interface between you and the command-line, allowing you to run commands and get the output you may need. It also lets you pass in arguments in a clear and effective way.
In this video I go over an example of how we can run a small Python script with Rust by using the Command struct, and then print the output.
For your reference, check this out:
https://doc.rust-lang.org/std/process...
Follow me on Twitter @dcode!
If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!
Watch video Rust Programming Tutorial #40 - Running/Executing Commands (CLI) online without registration, duration hours minute second in high quality. This video was added by user dcode 25 February 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 16,245 once and liked it 344 people.