getin

Crates.iogetin
lib.rsgetin
version0.1.1
sourcesrc
created_at2019-10-13 20:20:26.65352
updated_at2019-10-13 20:27:28.57327
descriptionGet All Inpute Method in easy way
homepagehttps://github.com/shoaibghulam/getin
repositoryhttps://github.com/shoaibghulam/getin
max_upload_size
id172273
size4,917
Shoaib Ghulam (shoaibghulam)

documentation

README

Usage

Add this to your Cargo.toml:

 [dependencies]
getin = "0.1.1"

Functions

   let getstr =getin::inputstr();
   let getf32=getin::inputf32();
   let getf64=getin::inputf64();
   let getsign16=getin::inputi16();
   let getsign32=getin::inputi32();
   let getsign64=getin::inputi64();
   let getsignsize=getin::inputisize();
   let getunsign8=getin::inputu8();
   let getunsign16=getin::inputu16();
   let getunsign64=getin::inputu64();
   let getunsignsize=getin::inputusize();
Commit count: 4

cargo fmt