Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #584

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 37 additions & 53 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,67 +1,51 @@
# RustPrimer

[![build status][build-badge]][build-url]

[build-badge]: https://api.travis-ci.org/rustcc/RustPrimer.svg
[build-url]: https://travis-ci.org/rustcc/RustPrimer

RustPrimer

The Rust primer for beginners.

给初学者的Rust中文教程。

## 在线阅读地址

[点我阅读](https://rustcc.gitbooks.io/rustprimer/content/)

在线阅读地址
点我阅读
也可复制以下链接:

```
https://rustcc.gitbooks.io/rustprimer/content/
```

## 社区

### QQ群

社区
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)


### 社区

进群必须附带您的github地址,否则不予通过
telegram社群
rust社区深水群:https://t.me/rust_deep_water
rust众: 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 生成

版权规定
本书使用 CC BY-SA 3.0 协议,转载请注明地址。
GitBook 生成
直接用:

```
gitbook serve
```

即可。

## ChangeLog

1. 2016年3月31日,初稿完成。发布 v1.0 版。
2. 2016年5月2日,完成 1.1.0 版本。
ChangeLog
1. 2016年3月31日,初稿完成。发布 v1.0 版。
2. 2016年5月2日,完成 1.1.0 版本。
English:
RustPrimer
Build Status
The Rust primer for beginners.
Rust中文教程,面向初学者。
Read Online Click here to read.
Alternatively, you can copy the following link:
https://rustcc.gitbooks.io/rustprimer/content/
Community QQ Groups Group IDs:
sqlCopy code
Rust Language Chinese Community 144605258 (Full) Rust Programming Language Community Group 2 303838735 (Telegram Group): You must provide your GitHub address when joining, or your request will not be approved.
Telegram Groups Rust community deep water group: https://t.me/rust_deep_water
Rust crowd: https://t.me/rust_zh
Community Chat: https://chat.rust-china.org/ (Log in with GitHub for authentication)
Blog: https://rust-china.org/
Wiki: https://wiki.rust-china.org/
Copyright Notice This book is licensed under the CC BY-SA 3.0 license. Please include the address when reprinting.
GitBook Generation Use the following command:
gitbook serve That's it.
ChangeLog March 31, 2016: Initial draft completed. Version 1.0 released. May 2, 2016: Version 1.1.0 completed