An open API service indexing awesome lists of open source software.

https://github.com/chinanf-boy/rust-tour

tour: rust 「learn list」| 「 学习之旅」 🐲
https://github.com/chinanf-boy/rust-tour

explain list rust

Last synced: about 1 year ago
JSON representation

tour: rust 「learn list」| 「 学习之旅」 🐲

Awesome Lists containing this project

README

          

# Rust-tour

「 顾名思义, rust 的旅行, rust 路途是颠簸的。 」

> https://www.rust-lang.org/ 官方网站

---

## 生活

[If help, **buy** me coffee —— 营养跟不上了,给我来瓶营养快线吧! 💰](https://github.com/chinanf-boy/live-need-money)

---

# [官方教学,及其延伸讲解/翻译](./office.md)

> 本标题的文档,存放初识 Rust 的走程。—— 2019 5.17 留字。

以及

## [一份小抄](./table.md)(常用函数的描述表格)

---

## 按主题,保存的链接

### 练习

- [rustlings:帮你扶住 Rust 的那双手](https://github.com/rust-lang/rustlings)

### ffi(Foreign Function Interface)语言交互接口

- [使用 Rust 构建一个快速的 Electron APP ](https://www.anquanke.com/post/id/101600) `electron` `neno` `rust`
- [较为全面的,Rust 代码在`其他`语言的使用示例](https://github.com/chinanf-boy/rust-ffi-omnibus) `ffi` `language`

## 重要链接

## 课

- https://github.com/chinanf-boy/gentle-intro {温柔的介绍 rust 中文}
- https://kaisery.github.io/trpl-zh-cn/foreword.html {官方 rust 第二版-中文}
- https://github.com/chinanf-boy/cli-wg-zh {Rust 命令行工作组之书}
- https://github.com/chinanf-boy/rustdoc-zh {Rust 文档化工具之书}

## 例子

- https://github.com/chinanf-boy/rust-ffi-omnibus { Rust 代码,如何 ffi 应用到其他语言中 }
- https://github.com/chinanf-boy/rust-cookbook-zh {简单的 rust 生态系统的 crate 包集合 中文}
- https://github.com/rust-lang-cn/rust-by-example-cn {rust-例子 中文}

## 工具

- https://github.com/chinanf-boy/mdBook-zh 「 rust 语言的 md 文档生成器,mdBook 的 中文文档 」
- https://github.com/chinanf-boy/cargo-zh 「 Cargo 官书,非官方中文(草稿版)」
- https://github.com/rust-unofficial/awesome-rust {rust awesome 库}
- https://github.com/chinanf-boy/rustwasm-book {有关使用 Rust 到 wasm,常见工作流, 如何入门等的文档}

## 在线

- https://play.rust-lang.org/ {官方网上游乐场}
- https://rust.cc/ { Rust 中文社区论坛 } 「较为简陋」

## 语言及其工作组网站

- https://www.rust-lang.org/learn {官方学习,路径图}
- https://rustwasm.github.io/ {rust + wasm = rustwasm 工作组}