varys

Crates.iovarys
lib.rsvarys
version0.1.0
sourcesrc
created_at2017-08-22 09:34:15.461406
updated_at2017-08-22 09:34:15.461406
descriptionShorten a URL using http://is.gd/
homepagehttps://github.com/younisshah/varys
repository
max_upload_size
id28536
size2,275
Younis Shah (younisshah)

documentation

https://github.com/younisshah/varys

README

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 = varys::shorten("https://www.rust-lang.org/");

Tests

There are no tests.

License

MIT

Commit count: 0

cargo fmt