grabinput 0.2.0

Unixy lib for reading from a file or from stdin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "grabinput"
version = "0.2.0"
authors = ["J/A <archer884@gmail.com>"]
exclude = ["examples/*"]
description = "Unixy lib for reading from a file or from stdin"
repository = "https://github.com/archer884/grabinput.git"
readme = "README.md"
license = "MIT/Apache-2.0"
keywords = ["stdin", "file", "read", "input", "simple"]

[dependencies]
clippy = {version = "0.0.90", optional = true}