6 releases
0.1.0 | Aug 28, 2023 |
---|---|
0.0.5 | Jul 2, 2023 |
0.0.2 | May 19, 2023 |
#72 in #next
620 downloads per month
14KB
323 lines
This crate is no longer maintained, because it has been renamed process-lib.
lib.rs
:
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.
Dependencies
~3–11MB
~112K SLoC