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 thanstd::process::Command
and get result.shell
- execute shell command from rust code eazily thanstd::process::Command
and get result.
for more information: see README.md
Modules§
Macros§
- cmd
- Generate cmd with given arguments.
- exes
- Run command with given arguments.
- exes_
with_ result - Run command with given arguments and returns result.