Git Product home page Git Product logo

cargo-book-zh's Introduction

rust-lang/cargo/tree/master/src/doc translate-svg

「 Cargo 官书文档(草稿版) 」

中文 | english


校对 ✅

翻译的原文 与日期 最新更新 更多
commit ⏰ 2018-11-27 last 中文翻译

贡献

欢迎 👏 勘误/校对/更新贡献 😊 具体贡献请看

生活

If help, buy me coffee —— 营养跟不上了,给我来瓶营养快线吧! 💰


Cargo docs

要求

建立这本书需要mdBook。安装它:

$ cargo install mdBook

构建

构建:

$ mdbook build

将输出在docs子目录。要查看它,可以在 Web 浏览器中打开它.

Firefox:

$ firefox docs/index.html                       # Linux
$ open -a "Firefox" docs/index.html             # OS X
$ Start-Process "firefox.exe" .\docs\index.html # Windows (PowerShell)
$ start firefox.exe .\docs\index.html           # Windows (Cmd)

Chrome:

$ google-chrome docs/index.html                 # Linux
$ open -a "Google Chrome" docs/index.html       # OS X
$ Start-Process "chrome.exe" .\docs\index.html  # Windows (PowerShell)
$ start chrome.exe .\docs\index.html            # Windows (Cmd)

贡献

鉴于该书仍处于草案状态,我们非常乐意为您提供帮助! 请随时打开有关任何事情的问题,并发送 PR 以了解您想要修复或更改的内容.如果您的变化很大,请先打开一个问题,这样我们就可以确保在您完成 PR 的工作之前,我们会接受这个问题.

cargo-book-zh's People

Contributors

chinanf-boy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.