Coder Social home page Coder Social logo

carezkh / trpl-zh-cn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaisery/trpl-zh-cn

0.0 1.0 0.0 22.39 MB

Rust 程序设计语言(2021 edition)

Home Page: https://kaisery.github.io/trpl-zh-cn/

License: MIT License

JavaScript 0.12% Rust 23.68% CSS 0.06% Markdown 75.29% HTML 0.85%

trpl-zh-cn's Introduction

Rust 程序设计语言(2021 edition)简体中文版

Build Status

状态

施工完毕。

PS:

静态页面构建与文档撰写

构建

你可以将本 mdbook 构建成一系列静态 html 页面。这里我们采用 mdbook 打包出静态网页。在这之前,你需要安装 Rust

全局安装 mdbook

cargo install mdbook

cd 到项目目录,然后开始构建。构建好的静态文档会出现在 "./book/html" 中

mdbook build

文档撰写

可以通过任意的 http 服务器来预览构建的文档。举个例子:

cargo install simple-http-server
simple-http-server .\book\html\ -i

社区资源

PDF

Rust 程序设计语言 简体中文版.pdf

GitBook

本翻译主要采用 mdBook 格式。同时支持 GitBook,但会缺失部分功能,如一些代码没有语法高亮。

本翻译加速查看站点有:

GitBook.com 地址:https://kaisery.github.io/trpl-zh-cn/

trpl-zh-cn's People

Contributors

bioinformatist avatar blumia avatar chuigda avatar dyekuu avatar fzzkyd avatar gotoxu avatar heibor avatar huangjj27 avatar itfanr avatar kaisery avatar lcofjp avatar luoxiangyong avatar lwintermelon avatar murphil avatar nanamimio avatar nangos avatar orefa avatar sefank avatar shengurun avatar spartucus avatar spriteovo avatar techiscy avatar turingzhu avatar usernameisnull avatar wtklbm avatar xiaods avatar xiaohulu avatar xuzheng77s avatar yue2388253 avatar zqb-all avatar

Watchers

 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.