2 releases
0.0.1 | Dec 7, 2023 |
---|---|
0.0.0 | Nov 30, 2023 |
#7 in #invocation
85 downloads per month
Used in 7 crates
(via spack-rs)
28KB
518 lines
super-process
An async process creation framework. More of a utility library.
License
Apache v2, in order to be compatible with spack.
lib.rs
:
An async process creation framework. More of a utility library.
- TODO: [
fs
] doesn't do much yet. exe::Command
covers all the configuration for a single process invocation.base::CommandBase
abstracts a process invocation which requires setup work.sync
andstream
invoke processes "synchronously" or "asynchronously".- [
sh
] wraps a shell script invocation.
Dependencies
~4–13MB
~174K SLoC