An open API service indexing awesome lists of open source software.

https://github.com/jeziellago/rust-url-shortener

Url shortener written in Rust
https://github.com/jeziellago/rust-url-shortener

rust url url-shortener

Last synced: 6 months ago
JSON representation

Url shortener written in Rust

Awesome Lists containing this project

README

          

# Rust Url Shortener
> This is a Rust study project for the purpose of knowledge ONLY.

## Dependencies
- tokio
- warp
- redis
- percent-encoding
## Short Url Generator
```
$ cd short-url-generator
$ cargo run
```
Open browser in:
```
http://localhost:8000
```
## Shortener Redirect
```
$ cd shortener-redirect
$ cargo run
```
[![Video]()](https://user-images.githubusercontent.com/8452419/122085842-83564b00-cdd9-11eb-8167-11e162d56638.mp4)