[−][src]Module contest_algorithms::scanner
Generic utility for reading data from standard input, based on voxl's stdin wrapper.
Structs
| Scanner | Reads white-space separated tokens one at a time. |
| UnsafeScanner | Same API as Scanner but nearly twice as fast, using horribly unsafe dark arts REQUIRES Rust 1.34 or higher |
Functions
| scanner_from_file | |
| writer_to_file |