fast-command 0.1.0

Simple implementation of `Command` to avoid fork + exec overhead.
Documentation
[dependencies.libc]
version = "=0.2.169"

[[example]]
name = "simple_example"
path = "examples/example.rs"

[lib]
name = "fast_command"
path = "command.rs"

[package]
authors = ["Mark Tyrkba <marktyrkba456@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Simple implementation of `Command` to avoid fork + exec overhead."
edition = "2021"
keywords = ["command", "shell", "execution", "performance"]
license = "MIT"
name = "fast-command"
readme = "README.md"
repository = "https://github.com/rakivo/fast-command"
version = "0.1.0"