gag 0.1.2

Gag, redirect, or hold stdout/stderr output. Currently only *nix operating systems are supported.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "gag"
version = "0.1.2"
authors = ["Steven Allen <steven@stebalien.com>"]
description = "Gag, redirect, or hold stdout/stderr output. Currently only *nix operating systems are supported."

documentation = "https://stebalien.github.io/gag-rs/gag/"
repository = "https://github.com/Stebalien/gag-rs"
keywords = ["stdout", "stderr", "stdio", "redirect"]
license = "MIT"

[dependencies]
libc = "*"
tempdir = "*"