arg_input 2.0.0

ARGF-style input handling for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "arg_input"
version = "2.0.0"
authors = [ "William Yao <williamyaoh@gmail.com>" ]

description = "ARGF-style input handling for Rust"
repository = "https://gitlab.com/williamyaoh/arg_input"
readme = "README.md"
license = "BSD-3-Clause"
keywords = [ "cli", "text" ]
categories = [ "command-line-interface", "text-processing" ]

[dependencies]