A simple solution for shortening links build with Rust. I built project this as a challenge to learn Rust while working with a real use-case scenario.
This project was built while going through "The Rust Programming Language" book.
A basic CLI with an in-memory hashmap to store the data is fully operational.
- Implement better error handling
- Implement URL validation
- Tests