exrs 1.2.0

exrs is a command executor wrapping `std::process::Command`.
Documentation
[dependencies]

[features]
cmd = []
default = ["cmd"]
shell = ["cmd"]

[lib]
name = "exrs"
path = "src/lib.rs"

[package]
authors = ["suquiya <22910980+suquiya@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "exrs is a command executor wrapping `std::process::Command`."
documentation = "https://docs.rs/exrs"
edition = "2024"
homepage = "https://github.com/suquiya/exrs"
keywords = ["command", "arg", "command-line", "utility"]
license = "MIT"
name = "exrs"
readme = "README.md"
repository = "https://github.com/suquiya/exrs"
version = "1.2.0"