Rust learnings
- Built this small number guessing game by understanding the basic fundamentals of Rust.
- Rust has an in built support for writing test cases. So wrote a few test cases.
- All created a public "CRATE" to bring in common functionality through modules.