zjp-CN / rustdx

受 pytdx 启发的 A 股数据获取工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

安装失败

wangtsiao opened this issue · comments

我是用cargo install rustdx-cmd命令安装,但是提示下面的错误。

`#![feature]` may not be used on the stable release channel

需要 nightly Rust:

rustup toolchain add nightly
cargo +nightly install rustdx-cmd

或者你可以直接去 https://github.com/zjp-CN/rustdx/releases 下载