input_crate 0.1.0

By using this crate you will be able to take input from user, You just have to import this in your main.rs file 'extern crate input_crate; , 'input_crate::counter(startvalue,endvalue)';
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
authors = ["alifya53 <alifyahussian53@gmail.com>"]
description = "By using this crate you will be able to take input from user, You just have to import this in your main.rs file 'extern crate input_crate;  , 'input_crate::counter(startvalue,endvalue)';"
edition = "2018"
license = "MIT"
name = "input_crate"
repository = "https://github.com/alifya53/rust_crate"
version = "0.1.0"