| Crates.io | exrs |
| lib.rs | exrs |
| version | 1.2.0 |
| created_at | 2025-04-27 14:55:34.025612+00 |
| updated_at | 2025-06-29 13:01:22.457563+00 |
| description | exrs is a command executor wrapping `std::process::Command`. |
| homepage | https://github.com/suquiya/exrs |
| repository | https://github.com/suquiya/exrs |
| max_upload_size | |
| id | 1651213 |
| size | 14,965 |
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コードから実行し、結果を取得するためのものです。
exrs exists on crates.io. You can use(or import) this crate like other crate that exists on crates.io.
exrs は crates.io に登録してありますので、他の crates.io 上のクレートと同じように使用(インポート)することが可能です。
Add
exrs="[version you want to use]"
to cargo.toml.
上記コードでバージョンを指定して、cargo.toml に追加してください。
If you installed cargo-edit, exec below command under the target project:
cargo add exrs
cargo-edit をインストールしてある場合は、上記のコマンドを実行することで使用可能です。