Hey! parabola here.
This is a description of my crate "ezinp":
ezinp is a crate that is very useful to get user input.
To get started, run this command:
	cargo add ezinp
this will add ezinp to your dependencies.
What you can do next is go in your main.rs file and add this at the beggining of your code:
	use ezinp::inp::getinp();
This will grant you access to the getinp() function.
Thats all. Bye!
