Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustcc/RustPrimer
The Rust primer for beginners. We need native English speaker help us modify the translation.
https://github.com/rustcc/RustPrimer
book rust rust-primer
Last synced: 5 days ago
JSON representation
The Rust primer for beginners. We need native English speaker help us modify the translation.
- Host: GitHub
- URL: https://github.com/rustcc/RustPrimer
- Owner: rustcc
- Created: 2015-12-22T06:50:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T15:28:48.000Z (8 months ago)
- Last Synced: 2024-08-01T22:53:54.016Z (3 months ago)
- Topics: book, rust, rust-primer
- Language: Rust
- Homepage:
- Size: 2.74 MB
- Stars: 1,765
- Watchers: 82
- Forks: 231
- Open Issues: 91
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# RustPrimer
[![build status][build-badge]][build-url]
[build-badge]: https://api.travis-ci.org/rustcc/RustPrimer.svg
[build-url]: https://travis-ci.org/rustcc/RustPrimerThe Rust primer for beginners.
给初学者的Rust中文教程。
## 在线阅读地址
[点我阅读](https://rustcc.gitbooks.io/rustprimer/content/)
也可复制以下链接:
```
https://rustcc.gitbooks.io/rustprimer/content/
```## 社区
### QQ群
群号:
```
Rust语言中文社区 144605258 (已满)
Rust编程语言社区2群 303838735
(telegram群):
```*进群必须附带您的github地址,否则不予通过*
### telegram社群
rust社区深水群:[https://t.me/rust_deep_water](https://t.me/rust_deep_water)
rust众: [https://t.me/rust_zh](https://t.me/rust_zh)
### 社区
chat: https://chat.rust-china.org/ (使用github验证登录)
blog: https://rust-china.org/
wiki: https://wiki.rust-china.org/
## 版权规定
本书使用 `CC BY-SA 3.0` 协议,转载请注明地址。
## GitBook 生成
直接用:
```
gitbook serve
```即可。
## ChangeLog
1. 2016年3月31日,初稿完成。发布 v1.0 版。
2. 2016年5月2日,完成 1.1.0 版本。