simput 0.1.0

Simple input parser from stdin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "simput"
version = "0.1.0"
authors = ["kiwiyou <kiwiyou@protonmail.com>"]
edition = "2018"
description = "Simple input parser from stdin"
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/kiwiyou/simput"

[dependencies]
memchr = "2.3"

[[test]]
name = "simput-test"
path = "test/test.rs"