将来自 @rust-lang-cn中 Rust 相关的中文文档库房打包到 Docker 中,用于本地布置预览,供大家参考学习,一同开启Rust之旅!

Github Repo last commit home
Rust 规范库文档中文版 #home
Rust 程序设计言语 中文版 #home
Rust By Example 中文版 #home
Rust 参考手册中文版 #home
RustDoc 手册中文版 #home
Rust Cookbook 中文版 #home
Rust 版别攻略 #home
Cargo 手册 #home
Rust 秘典 #home
Cargo 备忘清单(速查表) #home
Rust 备忘清单(速查表) #home
Quick Reference(速查表) #home
Rust 言语圣经 #home
Rusty Book(锈书) #home

Docker

docker pull wcjiang/rust-cn-document-for-docker
docker run --name rust-document \
  --restart always -itd \
  -p 9613:3000 \
  wcjiang/rust-cn-document-for-docker:latest
# Or
docker run --name rust-document \
  --restart always -itd \
  -p 9613:3000 \
  ghcr.io/jaywcjlove/rust-cn-document-for-docker:latest

浏览器中拜访以下 URL

http://localhost:9613/
http://localhost:9613/book/
http://localhost:9613/cargo/
http://localhost:9613/edition-guide/
http://localhost:9613/reference/
http://localhost:9613/rustdoc/
http://localhost:9613/rust-cookbook/
http://localhost:9613/std/std/
http://localhost:9613/rust-by-example-cn/
http://localhost:9613/nomicon/
http://localhost:9613/quick-reference/index.html
http://localhost:9613/quick-reference/docs/rust.html
http://localhost:9613/quick-reference/docs/cargo.html
http://localhost:9613/rust-course/index.html
http://localhost:9613/rusty-book/index.html

来历:github.com/jaywcjlove/…