quotes

Crates.ioquotes
lib.rsquotes
version0.1.2
sourcesrc
created_at2020-12-17 17:07:21.685318
updated_at2020-12-19 07:33:17.012957
descriptionRequest tick、stock_list msgs
homepage
repositoryhttps://github.com/YangzhenZhao/quotes
max_upload_size
id323964
size20,237
Zhaoyz (YangzhenZhao)

documentation

https://docs.rs/quotes/

README

quotes

获取股票行情、股票列表等信息
Crates.io version docs.rs docs

Documentation

Installation

[dependencies]
quotes = "0.1.2"

Examples

#[async_std::main]
async fn main() {
    match quotes::stock_list().await {
        Ok(l) => println!("len = {}", l.len()),
        Err(e) => println!("err = {}", e),
    }
}
Commit count: 0

cargo fmt