How can I download Rust API docs?

后端 未结 4 1730
心在旅途
心在旅途 2020-12-01 11:49

Is there a way I can download the API library docs for Rust or generate them? The only docs I can find in the Rust source are in src/docs.

I\'m running the nightly b

4条回答
  •  既然无缘
    2020-12-01 12:26

    If you're running Arch, install rust-docs and navigate to file:///usr/share/doc/rust/html/index.html.

提交回复
热议问题