user_input 0.1.2

User Input Made Simple
Documentation
  • Coverage
  • 0%
    0 out of 14 items documented0 out of 13 items with examples
  • Size
  • Source code size: 4.12 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.31 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • ramsha18/user-input
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ramsha18

user-input

this will give you user input of any data type you want for string use str()

for unsigned integer use: unsign8() for u8 unsign16() for u16 unsign32() for u32 unsign64() for u64

for signed and unsinged integer both use int() sign8() for i8 sign16() for i16 sign32() for i32 sign64() for i64

for usize use usizeint()

for character use chara()

for floating point use float32() for f32 float64() for 64