3 releases

0.1.3 Jun 10, 2024
0.1.2 Jun 8, 2024
0.1.1 Jun 8, 2024
0.1.0 Jun 8, 2024

#193 in Template engine

Download history 393/week @ 2024-06-07 17/week @ 2024-06-14 4/week @ 2024-07-05

134 downloads per month

MIT license

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.

No runtime deps