1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2018年2月7日 |
---|
#6 in #food
9KB
87 行代码(不含注释)
tabelog-searcher
用法
extern crate tabelog_searcher;
use tabelog_searcher::TabelogClient;
fn main() {
let result = TabelogClient.search("渋谷", "ラーメン");
match result.is_empty() {
true => println!("not found."),
false =>
for url in result {
println!("{}", url);
}
}
}
支持地区
- 日本
许可证
tabelog-searcher 可在 MIT 和 Apache 2.0 许可证下使用。请参阅 LICENSE 文件。
依赖项
~8–17MB
~252K SLoC