2 releases

0.0.1 Dec 7, 2023
0.0.0 Nov 30, 2023

#17 in #invocation

Download history 1/week @ 2024-11-13 9/week @ 2024-11-20 11/week @ 2024-11-27 21/week @ 2024-12-04 22/week @ 2024-12-11 4/week @ 2024-12-18 9/week @ 2025-01-22 32/week @ 2025-02-12 20/week @ 2025-02-26

52 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–14MB
~197K SLoC