3个版本
0.1.2 | 2020年10月22日 |
---|---|
0.1.1 | 2020年10月21日 |
0.1.0 | 2020年10月21日 |
#251 in 财务
70KB
1.5K SLoC
StockQuote
安全易用的股票报价库。基于雅虎财经。
使用方法
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let result = stockquote::get("IBM").await?;
println!("{:?}", result);
Ok(())
}
依赖关系
~3–7.5MB
~175K SLoC