shh 1.0.1

Silence stderr and stdout, optionally rerouting it.
Documentation
[dependencies]

[package]
authors = ["kurt <kurtlawrence92@gmail.com>"]
description = "Silence stderr and stdout, optionally rerouting it."
documentation = "https://docs.rs/shh/"
edition = "2018"
homepage = "https://github.com/kurtlawrence/shh"
keywords = ["silent", "stdout", "stderr", "stdio", "redirect"]
license = "MIT"
name = "shh"
readme = "README.md"
repository = "https://github.com/kurtlawrence/shh"
version = "1.0.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winbase", "wincon", "processenv", "handleapi", "namedpipeapi"]
version = "0.3"