inpyt 0.1.3

My first library. Allows you to use "input()" from python.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 107.98 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Hy-u-3a4eM

This is my first crate. Its task is to facilitate the programmer's work by allowing the use of the well-known function "input()".

This works the same way as in python, only you need to write '!', since this is a macro: "input!()" or "input!("Enter your name: ")".