| Crates.io | getin |
| lib.rs | getin |
| version | 0.1.1 |
| created_at | 2019-10-13 20:20:26.65352+00 |
| updated_at | 2019-10-13 20:27:28.57327+00 |
| description | Get All Inpute Method in easy way |
| homepage | https://github.com/shoaibghulam/getin |
| repository | https://github.com/shoaibghulam/getin |
| max_upload_size | |
| id | 172273 |
| size | 4,917 |
Add this to your Cargo.toml:
[dependencies]
getin = "0.1.1"
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();