| Crates.io | varys |
| lib.rs | varys |
| version | 0.1.0 |
| created_at | 2017-08-22 09:34:15.461406+00 |
| updated_at | 2017-08-22 09:34:15.461406+00 |
| description | Shorten a URL using http://is.gd/ |
| homepage | https://github.com/younisshah/varys |
| repository | |
| max_upload_size | |
| id | 28536 |
| size | 2,275 |
A simple crate to shorten URLs using http://is.gd/.
In your Cargo.toml file add under [dependencies] section
[dependencies]
varys = "0.1.0"
let shortened_url: String = varys::shorten("https://www.rust-lang.org/");
There are no tests.
MIT