Crate exrs

Source
Expand description

#exrs exrs is a command executor library by using std::process::Command. exrsはstd::process::Commandを使用したコマンド実行用ライブラリです。 This is for executing command from rust code eazily than std::process::Command and get result. ちょっと楽にコマンドをrustコードから実行し、結果を取得するためのものです。

#features

  • cmd - execute command from rust code eazily than std::process::Command and get result.
  • shell - execute shell command from rust code eazily than std::process::Command and get result.

for more information: see README.md

Modules§

cmd
cmd module for exec command.
macros

Macros§

cmd
Generate cmd with given arguments.
exes
Run command with given arguments.
exes_with_result
Run command with given arguments and returns result.