#url #shorten #gd

varys

使用 http://is.gd/ 缩短 URL

1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2017年8月22日

6#gd

MIT 许可协议

3KB

varys

一个简单的 crate,用于使用 http://is.gd/ 缩短 URL。

安装

在您的 Cargo.toml 文件中,在 [dependencies] 部分下添加

[dependencies]
varys = "0.1.0"

缩短 URI

let shortened_url: String = varys::shorten("https://www.rust-lang.net.cn/");

测试

没有测试。

许可协议

MIT

依赖项

~11–19MB
~282K SLoC