shh 1.0.1

Silence stderr and stdout, optionally rerouting it.
Documentation
[package]
name = "shh"
version = "1.0.1"
authors = ["kurt <kurtlawrence92@gmail.com>"]
description = "Silence stderr and stdout, optionally rerouting it."
license = "MIT"
keywords = ["silent", "stdout", "stderr", "stdio", "redirect"]
homepage = "https://github.com/kurtlawrence/shh"
repository = "https://github.com/kurtlawrence/shh"
documentation = "https://docs.rs/shh/"
readme = "README.md"
edition = "2018"

[dependencies]

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winbase", "wincon", "processenv", "handleapi", "namedpipeapi"] }

[target.'cfg(unix)'.dependencies]
libc = "0.2"