altio 0.2.0

Automating command tools by simulating piped io in process.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[features]
altio = []
default = ["altio"]

[package]
authors = ["oooutlk <oooutlk@outlook.com>"]
categories = ["command-line-interface", "command-line-utilities"]
description = "Automating command tools by simulating piped io in process."
documentation = "https://docs.rs/altio"
edition = "2021"
keywords = ["piped", "io", "redirect", "automate", "expect"]
license = "MIT/Apache-2.0"
name = "altio"
readme = "README.md"
repository = "https://github.com/oooutlk/altio"
version = "0.2.0"