A simple crate
to shorten URLs using http://is.gd/.
In your Cargo.toml
file add under [dependencies]
section
ini
[dependencies]
varys = "0.1.0"
rust
let shortened_url: String = varys::shorten("https://www.rust-lang.org/");
There are no tests.
MIT