All Projects → chinanf-boy → Rust Cookbook Zh

chinanf-boy / Rust Cookbook Zh

Licence: cc0-1.0
🇨🇳翻译: <rust-cookbook> Rust 生态系统 crate包的良好实践合集 ❤️ 校对 ✅

Programming Languages

javascript
184084 projects - #8 most used programming language
rust
11053 projects

Labels

Projects that are alternatives of or similar to Rust Cookbook Zh

Typescript Definitive Guide
TypeScript: Definitive Guide (book and docs in one)
Stars: ✭ 169 (+172.58%)
Mutual labels:  docs, book
Funbook Old
I have a dream, to be a novelist someday.
Stars: ✭ 65 (+4.84%)
Mutual labels:  docs, book
Flask Apidoc
Adds ApiDoc support to Flask
Stars: ✭ 49 (-20.97%)
Mutual labels:  docs
Awesome Vehicle Security And Safety
🚗 A curated list of resources for learning about vehicle security and safety.
Stars: ✭ 59 (-4.84%)
Mutual labels:  book
Gobyexample
Go by Example 通过例子学 Golang
Stars: ✭ 1,066 (+1619.35%)
Mutual labels:  book
Book Diso Webassembly
A book related repository which name is 《深入浅出 WebAssembly》
Stars: ✭ 49 (-20.97%)
Mutual labels:  book
Research
📚 A compilation of research relevant to Data Together's efforts tackling the general problem of data resilience & interactivity
Stars: ✭ 55 (-11.29%)
Mutual labels:  docs
Docfy
Build fully personalized documentation sites; write content and demos in Markdown.
Stars: ✭ 48 (-22.58%)
Mutual labels:  docs
Docs
Documentation for The Things Network
Stars: ✭ 61 (-1.61%)
Mutual labels:  docs
Contracts
Contract Templates to be used by a Talent Agency or a Recruitment Company
Stars: ✭ 52 (-16.13%)
Mutual labels:  docs
Yaf Php Doc
YAF(Yet Another Framework)源码PHP移植版,同时提供了IDE Helper Doc的能力💡💡💡
Stars: ✭ 58 (-6.45%)
Mutual labels:  docs
Feedmereadmes
Free README editing+feedback to make your open-source projects grow. See the README maturity model to help you keep going.
Stars: ✭ 1,064 (+1616.13%)
Mutual labels:  docs
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+18711.29%)
Mutual labels:  book
Awesome Python Primer
自学入门 Python 优质中文资源索引,包含 书籍 / 文档 / 视频,适用于 爬虫 / Web / 数据分析 / 机器学习 方向
Stars: ✭ 57 (-8.06%)
Mutual labels:  book
Apache Spark Internals
The Internals of Apache Spark
Stars: ✭ 1,045 (+1585.48%)
Mutual labels:  book
Programming Basics Book Csharp Bg
Textbook for the "Programming Basics" course @ SoftUni (C#, Bulgarian)
Stars: ✭ 59 (-4.84%)
Mutual labels:  book
Mailcow Dockerized Docs
mailcow: dockerized - documentation 📰
Stars: ✭ 48 (-22.58%)
Mutual labels:  docs
Jsdoc Baseline
An experimental, extensible template for JSDoc.
Stars: ✭ 51 (-17.74%)
Mutual labels:  docs
Parse Comments
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
Stars: ✭ 53 (-14.52%)
Mutual labels:  docs
Swoole Ide Helper
Auto completion, trigger suggest and view docs for Swoole in editor.
Stars: ✭ 1,116 (+1700%)
Mutual labels:  docs

rust-lang-nursery/rust-cookbook translate-svg

「 这个Rust Cookbook是一个简单的rust生态系统的 crate 包集合, 展示完成常见编程任务的良好实践的示例.」

中文 | english


校对 ✅

翻译的原文 与日期 最新更新 更多
commit ⏰ 2019-04-16 last 中文翻译

贡献

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

生活

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


Rust Cookbook  Build Status travis Build Status appveyor

read it here.

这个Rust Cookbook是一个简单的rust生态系统的 crate 包集合, 展示完成常见编程任务的良好实践的示例.

这些例子是完整的,适合直接复制到新的 Cargo 项目中.它们经过测试并保证可以正常工作.

离线阅读

如果您想在本地阅读:

$ git clone https://github.com/rust-lang-nursery/rust-cookbook
$ cd rust-cookbook
$ cargo install mdbook --vers "0.1.8"
$ mdbook serve --open

这会输出在book子目录.可以从打开 Web 浏览器

$ xdg-open ./book/index.html # linux
$ start .\book\index.html    # windows
$ open ./book/index.html     # mac

贡献

这个项目旨在让新的 rust 程序员更容易做出贡献,并且是参与 Rust 社区的简单方法.它需要并欢迎帮助.详情见贡献..

执照cc0-badge

Rust Cookbook 根据 Creative Commons Zero v1.0 Universal License 获得(许可证 CC0要么https://creativecommons.org/publicdomain/zero/1.0/legalcode)

除非您另有明确说明,否则您按照 CC0-1.0 许可证的规定有意提交包含在 Rust Cookbook 中的任何贡献, 应为致力于公共领域上所述的,并没有任何附加条款或条件.

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].