Read lines from standard input.
Simpler keyboard scanning for Node
Streams2-style text line reader
Finally! Normal input for Rust...
A simple alternative to Rust's standard library's method of reading input from the terminal. (Made for learning and people coming from higher level languages.)
A crate that provides methods and macros for interacting with the command line.
This crate provides some macros for quickly parsing values out of text. Roughly speaking, it does the inverse of the print!/format! macros; or, in other words, a similar job to scanf from C.
Mini-Pascal language implementation for bruto-ide
A modern Pascal compiler with build/intepreter/package manager built with Rust