I had written a URL shortener a while back to get better with web development in Rust as well. [1]<p>It uses Iron and has SQLite for persistence. The code in this example has much more syntactic sugar which is appealing.<p>[1]: <a href="https://github.com/gsquire/yaus" rel="nofollow">https://github.com/gsquire/yaus</a>