xstream-util 2.0.0

A command line tool to split a stream to child processes
Documentation
[[bin]]
doc = false
name = "xstream"
path = "src/main.rs"
required-features = ["binary"]
[dependencies.clap]
features = ["derive", "wrap_help"]
optional = true
version = "4.0"

[features]
binary = ["clap"]
default = ["binary"]

[lib]
name = "xstream_util"

[package]
authors = ["Erik Brinkman <erik.brinkman@gmail.com>"]
description = "A command line tool to split a stream to child processes"
documentation = "https://docs.rs/xstream-util"
edition = "2021"
homepage = "https://github.com/erikbrinkman/xstream"
license = "MIT"
name = "xstream-util"
readme = "README.md"
repository = "https://github.com/erikbrinkman/xstream"
version = "2.0.0"