2 unstable releases
0.2.0 | Mar 23, 2024 |
---|---|
0.1.0 | Nov 10, 2023 |
#1219 in Encoding
42 downloads per month
14KB
201 lines
clonable-command
Clonable, inspectable and serilizable version of std::process::Command
.
lib.rs
:
Anoyingly, std::process::Command
does not implement Clone
.
This is due to std::process::Command
containing fields (like file handles for stdin/stdout)
that cannot easily be cloned (see rust-lang/rust#22119).
Dependencies
~170KB