3个版本
0.1.2 | 2021年7月29日 |
---|---|
0.1.1 | 2021年4月22日 |
0.1.0 | 2021年4月22日 |
#499 在 压缩
每月21次下载
8KB
155 行
XKCD搜索
此包提供通过标题搜索xkcd漫画的功能。
用法
use xkcd_search;
#[tokio::main]
async fn main() {
let phone_entries = xkcd_search::search("Phone").await.unwrap();
let mut comics = Vec::new();
for (_title, id) in phone_entries {
comics.push(xkcd_search::get_comic(id).await.unwrap())
}
}
许可证
Apache-2.0
依赖
~9–23MB
~378K SLoC