system 0.3.4

Cross-platform crate to easily run shell commands, similar to the C system function.
Documentation
[lib]
name = "system"
path = "src/lib.rs"

[package]
authors = ["Brandon Fowler"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os"]
description = "Cross-platform crate to easily run shell commands, similar to the C system function."
edition = "2021"
exclude = [".*"]
keywords = ["shell", "system", "command", "sh", "cmd"]
license = "MIT"
name = "system"
readme = "README.md"
repository = "https://github.com/BrandonXLF/rust-system"
version = "0.3.4"

[[test]]
name = "test_fn"
path = "tests/test_fn.rs"

[[test]]
name = "test_output"
path = "tests/test_output.rs"

[[test]]
name = "test_trait"
path = "tests/test_trait.rs"