user_input

Crates.iouser_input
lib.rsuser_input
version0.1.2
sourcesrc
created_at2019-10-18 15:48:51.92023
updated_at2019-10-18 17:05:35.287106
descriptionUser Input Made Simple
homepagehttps://github.com/ramsha18/user-input
repositoryhttps://github.com/ramsha18/user-input
max_upload_size
id173720
size4,495
(ramsha18)

documentation

https://github.com/ramsha18/user-input

README

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

Commit count: 8

cargo fmt