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

Опубликовано: 25 Февраль 2018
на канале: dcode
16,245
344

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!


Смотрите видео Rust Programming Tutorial #40 - Running/Executing Commands (CLI) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь dcode 25 Февраль 2018, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 16,245 раз и оно понравилось 344 людям.