A simple url shortener server made in rust.
Uses a sqlite database.
Has a simple form and it's command line friendly.
curl -X POST http://localhost:3000/ -d"url=https://twitter.com/home"