stdio-utils 0.1.0

Utilities for working with the process standard input and output
Documentation
[dev-dependencies.tempfile]
version = "3"

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

[lib]
name = "stdio_utils"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utilities for working with the process standard input and output"
edition = "2021"
homepage = "https://github.com/jprendes/stdio-utils"
license = "Apache-2.0"
name = "stdio-utils"
readme = "README.md"
repository = "https://github.com/jprendes/stdio-utils"
version = "0.1.0"

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

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System_Console"]
version = "0.59"

[[test]]
name = "basic"
path = "tests/basic.rs"