clonable-command 0.1.0

An std::process::Command that implements Clone and serde::*
Documentation
1
2
3
4
5
6
7
8
# clonable-command

[![CI Status](https://github.com/ModProg/clonable-command/actions/workflows/test.yaml/badge.svg)](https://github.com/ModProg/clonable-command/actions/workflows/test.yaml)
[![Crates.io](https://img.shields.io/crates/v/clonable-command)](https://crates.io/crates/clonable-command)
[![Docs.rs](https://img.shields.io/crates/v/template?color=informational&label=docs.rs)](https://docs.rs/clonable-command)
[![Documentation for `main`](https://img.shields.io/badge/docs-main-informational)](https://modprog.github.io/clonable-command/clonable_command/)

Clonable, inspectable and serilizable version of [`std::process::Command`](https://doc.rust-lang.org/std/process/struct.Command.html).