6 releases
| 0.1.0 | Aug 28, 2023 |
|---|---|
| 0.0.5 | Jul 2, 2023 |
| 0.0.2 | May 19, 2023 |
#47 in #next
620 downloads per month
14KB
323 lines
Rust library to run cross-platform, asynchronous processes in pipelines.
The core concept of this library is to simplify the execution of commands, following these rules:
-
Commands are executed asynchronously, using the [tokio] async runtime.
-
Commands works on all major platforms (windows, macos and linux).
-
Commands can be executed in a pipeline, which means the output of the previous command is send as input of the next one.
This crate is no longer maintained, because it has been renamed process-lib.
Dependencies
~2.5–6MB
~97K SLoC