Back to Browse

Rust Programming Tutorial #40 - Running/Executing Commands (CLI)

16.8K views
Feb 25, 2018
7:12

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/struct.Command.html 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!

Download

0 formats

No download links available.

Rust Programming Tutorial #40 - Running/Executing Commands (CLI) | NatokHD