10次发布
0.1.9 | 2021年4月21日 |
---|---|
0.1.8 | 2021年4月19日 |
0.1.6 | 2021年3月31日 |
0.1.5 | 2021年2月12日 |
0.1.0 | 2020年9月30日 |
#15 in #status-code
每月27次下载
15KB
141 行
clean_url
关于
此crate接受一个URL,正确格式化它,并返回返回200系列响应的URL版本。
目录
文档
安装和使用
安装
将此内容添加到您的 Cargo.toml
[dependencies]
clean_url = "0.1"
使用
async fn main() {
let url = return_url(String::from("example.com")).await;
assert_eq(Some("http://example.com"), url);
}
许可
clean_url 以MIT许可和Apache许可(版本2.0)的条款分发。
请参阅LICENSE-APACHE、LICENSE-MIT和COPYRIGHT以获取详细信息。
依赖
~8–12MB
~241K SLoC