urlshortener-0.6.2 doesn't have any documentation.
urlshortener-rs
A very simple urlshortener for Rust.
This library aims to implement as much URL shortener services as possible and to provide an interface as minimal and simple as possible.
Implementations
Currently the following URL shorteners are implemented:
With authentication:
goo.glbit.ly
Without authentication:
bn.gyis.gdreadability.comv.gdbam.bzfifo.cctiny.phtny.ims.coopbmeo.orghmm.rsurl-shortener.io
The following services are supported, but are discouraged from use, due to restrictions such as rate limits:
tinyurl.compsbe.corlu.rusirbz.comhec.suabv8.menowlinks.net
Usage
Without authentication
extern crate urlshortener;
use UrlShortener;
With authentication (Goo.Gl)
extern crate urlshortener;
use ;
Combined (Goo.Gl + Is.Gd)
extern crate urlshortener;
use ;
License
This project is licensed under the MIT license.