3个版本
0.1.2 | 2020年12月19日 |
---|---|
0.1.1 | 2020年12月17日 |
0.1.0 | 2020年12月17日 |
#264 在 金融
19KB
473 行
quotes
获取股票行情、股票列表等信息
安装
[dependencies]
quotes = "0.1.2"
示例
#[async_std::main]
async fn main() {
match quotes::stock_list().await {
Ok(l) => println!("len = {}", l.len()),
Err(e) => println!("err = {}", e),
}
}
依赖项
~24–37MB
~694K SLoC