Launching a URL Shortener in Rust using Rocket

from blog Matthias Endler, | ↗ original
One common systems design task in interviews is to sketch the software architecture of a URL shortener (a bit.ly clone, if you may). Since I was playing around with Rocket – a web framework for Rust – why not give it a try?