ezexec 0.4.0

A simple API to execute binaries or shell commands via `std::process::Command`
Documentation
[badges.appveyor]
repository = "KizzyCode/ezexec-rust"

[dependencies]

[features]
default = []

[package]
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
categories = []
description = "A simple API to execute binaries or shell commands via `std::process::Command`"
edition = "2021"
keywords = []
license = "BSD-2-Clause OR MIT"
name = "ezexec"
readme = "README.md"
repository = "https://github.com/KizzyCode/ezexec-rust"
version = "0.4.0"
[profile.bench]
overflow-checks = true

[profile.release]
overflow-checks = true