All Projects → tjxing → Rustonomicon_zh Cn

tjxing / Rustonomicon_zh Cn

Rust死灵书(Rustonomicon)简体中文翻译

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Rustonomicon zh Cn

30 Seconds Zh cn
📙 前端知识精选集,包含 HTML、CSS、JavaScript、React、Node、安全等方面,每天仅需 30 秒。
Stars: ✭ 1,233 (+1403.66%)
Mutual labels:  zh-cn
Frontend Guidelines Zh Cn
本文原文是一篇来自Github上@bendc的6,539星的文章,在此声明,原作者保有所有权利,本文仅供技术探讨学习。
Stars: ✭ 65 (-20.73%)
Mutual labels:  zh-cn
Reading And Comprehense Linux Kernel Network Protocol Stack
linux内核网络协议栈源码阅读分析注释--带详尽中文分析注释以及相关流程分析调用注释,对理解分析内核协议栈源码很有帮助(源码学习交流QQ群:568892619)
Stars: ✭ 788 (+860.98%)
Mutual labels:  zh-cn
Typescript
TypeScript 使用手册(中文版)翻译。http://www.typescriptlang.org
Stars: ✭ 5,388 (+6470.73%)
Mutual labels:  zh-cn
The Little Go Book zh cn
《The Little Go Book》中文译本,中文正式名《Go简易教程》
Stars: ✭ 304 (+270.73%)
Mutual labels:  zh-cn
Gopher Reading List Zh cn
Golang中文博客文章阅读列表
Stars: ✭ 272 (+231.71%)
Mutual labels:  zh-cn
Voyager
voyager-zh for laravel
Stars: ✭ 27 (-67.07%)
Mutual labels:  zh-cn
jq-manual-cn
jq 中文手册
Stars: ✭ 28 (-65.85%)
Mutual labels:  zh-cn
openwrt
OpenWrt Stable 1907 with lean's package
Stars: ✭ 55 (-32.93%)
Mutual labels:  zh-cn
TypeScript-Doc-Zh
Typescript 官方文档中文翻译
Stars: ✭ 86 (+4.88%)
Mutual labels:  zh-cn
Reading And Comprehense Redis Cluster
分布式NOSQL redis源码阅读中文分析注释,带详尽注释以及相关流程调用注释,提出改造点,redis cluster集群功能、节点扩容、槽位迁移、failover故障切换、一致性选举完整分析,对理解redis源码很有帮助,解决了source insight中文注释乱码问题,更新完毕(redis源码学习交流QQ群:568892619)
Stars: ✭ 224 (+173.17%)
Mutual labels:  zh-cn
Trpl Zh Cn
Rust 程序设计语言(第二版 & 2018 edition)
Stars: ✭ 2,627 (+3103.66%)
Mutual labels:  zh-cn
Llvm Guide Zh
User Guides For those new to the LLVM system.(LLVM系统的新用户指南,中文翻译版)
Stars: ✭ 180 (+119.51%)
Mutual labels:  zh-cn
Opencore Document Zh hans
[非官方/Unofficial] OpenCore Bootloader 参考手册简体中文翻译
Stars: ✭ 169 (+106.1%)
Mutual labels:  zh-cn
Jekyll Minimal Theme Zh Cmn Hans
jekyll-minimal-theme的中文简体化,一款极简(风格)的 jekyll 主题
Stars: ✭ 119 (+45.12%)
Mutual labels:  zh-cn
Http Rfcs.zh Cn
翻译 HTTP 相关的 RFC (中英文对照)
Stars: ✭ 111 (+35.37%)
Mutual labels:  zh-cn
Awesome Kettle
存放关于kettle的资料
Stars: ✭ 103 (+25.61%)
Mutual labels:  zh-cn
Pyzh
📚 一起写Python文章,一起看Python文章 - 利用readthedocs的Python技术文章的收集和翻译。
Stars: ✭ 1,387 (+1591.46%)
Mutual labels:  zh-cn
Voyager Zh
㊙️voyager 的中文汉化版 基于laravel 的管理后台 权限控制,菜单,数据库手脚架,长期更新
Stars: ✭ 84 (+2.44%)
Mutual labels:  zh-cn

Rust死灵书

《Rust死灵书 - Rust高级与非安全程序设计》(Rustonomicon)的简体中文翻译版。

原文链接:https://doc.rust-lang.org/nomicon/
原文Repository:https://github.com/rust-lang-nursery/nomicon

注意

《Rust死灵书》的原文还处于不稳定状态(而且由于涉及到Rust许多新的和不稳定的功能,极可能长期都保持不稳定状态),官方声明可能含有过时或错误的内容。而译本不保证随原文实时更新,部分章节可能存在更大的滞后性。

当前的译本是基于2018年9月3日的原文版本翻译和校对的。

Build

构建本文档需要mdbook

安装mdbook:

$ cargo install mdbook

构建本文档:

$ cd rustonomicon_zh-CN
$ mdbook build

最终结果会输出到book子目录中,可以用浏览器打开book/index.html文件查看。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].