read_io 0.1.1

A macro to read user input easily.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 997.95 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • zfphex/read_io
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zX3no
let num: i32 = read!("Enter a number: ").unwrap();

let string: String = read!("Enter a string: ").unwrap();