[][src]Crate shorty

Shorty

shorty is a URL shortener: it assigns a short ID to a URL of any length, and when people will access the URL with that short ID, they will be redirected to the original URL.

Modules

redis_facade

redis_facade is a convenience module holding RedisFacade

Structs

Shortener

Shortener is the struct exposing methods lookup and shorten.

ShortenerError
ShortenerResult

A struct with the successful result of a URL shortening. It holds the original url and the resulting id