in
A simple Rust crate that provides Python-style input functions through macros.
Installation
Add this to your Cargo.toml:
[]
= "1.0.1"
Usage
This crate provides two macros:
input!(): Get user input on the same with an optional promptinputln!(): Same asinput!()but user input is taken on the next line
Examples
use ininput;
use ininputln;
License
This project is licensed under the MIT License.