checked_command 0.3.0

Better testable alternate version of `std::process::Command`
Documentation
[dependencies.thiserror]
version = "1.0.23"
[dev-dependencies.libc]
version = "0.2.82"

[dev-dependencies.proptest]
version = "0.10.1"

[features]
default = []

[package]
authors = ["Philipp korber <philipp@korber.dev>"]
categories = ["os"]
description = "Better testable alternate version of  `std::process::Command`"
edition = "2018"
keywords = ["Command", "Child", "ExitStatus", "mock", "process"]
license = "MIT OR Apache-2.0"
name = "checked_command"
readme = "./README.md"
repository = "https://github.com/dathinab/checked-command"
version = "0.3.0"