Crate rust_io_template

Source
Expand description

This library introduces a simple Rust I/O template. The template under the hood is a Rust structure whose aim is to make quick and dirty I/O processing much easier for the average developer.

Structsยง

IOTemplate
This is the main structure that this library exports. The user should instantiate the structure and then call methods on it in order to process input.