2 releases

0.0.1 Dec 7, 2023
0.0.0 Nov 30, 2023

#12 in #invocation

Download history 7/week @ 2024-02-19 20/week @ 2024-02-26 3/week @ 2024-03-04 1/week @ 2024-03-11 33/week @ 2024-03-25 40/week @ 2024-04-01

75 downloads per month
Used in 7 crates (via spack-rs)

Apache-2.0

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 and stream invoke processes "synchronously" or "asynchronously".
  • [sh] wraps a shell script invocation.

Dependencies

~5–15MB
~178K SLoC