TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Launching a URL Shortener in Rust Using Rocket

3 pointsby miqktabout 8 years ago

1 comment

squiguy7about 8 years ago
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:&#x2F;&#x2F;github.com&#x2F;gsquire&#x2F;yaus" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gsquire&#x2F;yaus</a>