proconio 0.4.1

Easy IO library for competitive programming
Documentation
[package]

name = "proconio"

version = "0.4.1"

authors = ["statiolake <statiolake@gmail.com>"]

edition = "2018"

repository = "https://github.com/statiolake/proconio-rs"

keywords = ["io", "procon", "procon"]

categories = ["command-line-interface"]

license = "MIT OR Apache-2.0"

readme = "README.md"

description = "Easy IO library for competitive programming"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[[test]]

name = "derive"

path = "tests/derive.rs"

required-features = ["derive"]



[[test]]

name = "fastout"

path = "tests/fastout.rs"

required-features = ["derive"]



[dependencies]

lazy_static = "1.4.0"



[dependencies.proconio-derive]

version = "0.2.0"

path = "../proconio-derive"

optional = true



[features]

derive = ["proconio-derive"]