varys
A simple crate to shorten URLs using http://is.gd/.
Installation
In your Cargo.toml file add under [dependencies] section
[dependencies]
varys = "0.1.0"
Shorten a URI
let shortened_url: String = shorten;
Tests
There are no tests.
License
MIT