execute 0.1.0

A library for extending `Command` in order to execute programs more easily.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.travis-ci]
branch = "master"
repository = "magiclen/execute"
[dependencies.generic-array]
version = "0.14.1"

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = []
description = "A library for extending `Command` in order to execute programs more easily."
edition = "2018"
homepage = "https://magiclen.org/execute"
keywords = ["execute", "redirect", "process", "command", "pipe"]
license = "MIT"
name = "execute"
readme = "README.md"
repository = "https://github.com/magiclen/execute"
version = "0.1.0"