input_py 0.2.1

you can use input like python3
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.83 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 102.27 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • T3pp31

how to use

you can use input function like python3.

use input_py::input;
fn main() {
    let comment = "test";
    let input_data = input(&comment);
}

in terminal test:

you can input above