fast_input 0.1.2

Fast and easy input from standard in, made for competetive programming
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fast_input"
version = "0.1.2"
authors = ["Klas af Geijerstam <klasafgeijerstam@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Fast and easy input from standard in, made for competetive programming"
repository = "https://github.com/KlasafGeijerstam/fast_input"
keywords = ["input", "competetive", "stdin", "kattis", "fast_input"]
categories = ["parsing"]


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

[dependencies]