9 个版本
使用旧的 Rust 2015
0.3.4 | 2017年2月13日 |
---|---|
0.3.3 | 2017年1月12日 |
0.3.2 | 2016年8月30日 |
0.2.1 | 2016年3月29日 |
0.1.1 | 2016年2月12日 |
#11 in #favicon
每月 30 次下载
11KB
253 代码行
rust-webicon
用于抓取网站图标的库。
用法
extern crate webicon;
use webicon::IconScraper;
let mut scraper = IconScraper::from_http("http://twitter.com").unwrap();
let icons = scraper.fetch_icons();
icons.at_least(128, 128); // Return icon that is at least 128x128 pixels large
icons.largest(); // Just return the largest one.
更多请参阅 文档。
许可证
遵循 MIT 许可证,请参阅 LICENSE
。
依赖项
~21–31MB
~363K SLoC