3 releases
0.1.3 | Jun 10, 2024 |
---|---|
0.1.2 | Jun 8, 2024 |
0.1.1 | Jun 8, 2024 |
0.1.0 |
|
#172 in Template engine
26 downloads per month
16KB
298 lines
Rust I/O Template
This is a toy project useful if you're looking to consume some Rust input in a quick way. The template allows you to either consume lines in a nice and predictable way, or consume individual tokens.
lib.rs
:
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.