proconio 0.3.7

Easy IO library for competitive programming
Documentation
[[test]]
harness = false
name = "stdin"
path = "tests/stdin.rs"

[[test]]
name = "derive"
path = "tests/derive.rs"
required-features = ["derive"]

[[test]]
name = "fastout"
path = "tests/fastout.rs"
required-features = ["derive"]

[[test]]
name = "test_compile_issue_14"
path = "tests/test_compile_issue_14.rs"
required-features = ["derive"]
[dependencies.lazy_static]
version = "1.3.0"

[dependencies.proconio-derive]
optional = true
version = "0.1.0"
[dev-dependencies.assert_cli]
version = "0.6.3"

[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.trybuild]
version = "1.0"

[features]
derive = ["proconio-derive"]

[package]
authors = ["statiolake <statiolake@gmail.com>"]
categories = ["command-line-interface"]
description = "Easy IO library for competitive programming"
edition = "2018"
keywords = ["io", "procon", "procon"]
license = "MIT OR Apache-2.0"
name = "proconio"
readme = "README.md"
repository = "https://github.com/statiolake/proconio-rs"
version = "0.3.7"