Expand description
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.
- Unsafe
Scanner - Same API as Scanner but nearly twice as fast, using horribly unsafe dark arts REQUIRES Rust 1.34 or higher