Commit Graph

212 Commits

Author SHA1 Message Date
b40ce3901b 添加第十章答案链接 2022-07-26 03:13:39 +08:00
697a0d754e fix: avoid unused variable warning 2022-07-20 08:39:28 -07:00
me
58b21202bf 修正8.1习题答案链接错误 2022-07-19 22:58:53 +08:00
me
81d8752422 修正切片练习题2错误 2022-07-18 16:37:01 +08:00
2cca8dfeaa Merge pull request #269 from caorufu/patch-1
更新本地运行此电子书的说明,在win 10系统中须指定ip地址
2022-07-18 09:21:03 +08:00
64098013df 更新本地运行此电子书的说明
在win 10系统中,如果不加-n参数指定本地服务的ip地址,则服务监听的ip为空,无法通过浏览器访问。信息如下:

>mdbook serve
2022-07-14 17:36:59 [INFO] (mdbook::book): Book building has started
2022-07-14 17:36:59 [INFO] (mdbook::book): Running the html backend
2022-07-14 17:36:59 [INFO] (mdbook::cmd::serve): Serving on: http://localhost:3000
2022-07-14 17:36:59 [INFO] (warp::server): Server::run; addr=[::1]:3000
2022-07-14 17:36:59 [INFO] (warp::server): listening on http://[::1]:3000
2022-07-14 17:36:59 [INFO] (mdbook::cmd::watch): Listening for changes...
2022-07-14 17:37:38 +08:00
cbbcaa3432 Fix typo 2022-07-12 22:04:22 +08:00
2eeb2124ef fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
2022-07-11 00:21:52 +08:00
47597cc318 Merge pull request #258 from furtherun/master
添加答案链接
2022-07-07 08:39:50 +08:00
ac88c9cccf Merge pull request #259 from katopz/no-space
remove unnecessary space
2022-07-07 08:39:22 +08:00
1d510fadc9 fix: use map func to avoid copy of string 2022-07-06 09:41:17 +08:00
4f619bc158 remove unnecessary space 2022-07-04 18:51:02 +07:00
f91604531c 添加答案链接 2022-07-01 19:11:31 +08:00
4b3b76a3e4 Merge pull request #244 from 0xff-dev/master
Incomplete function name
2022-06-30 09:51:24 +08:00
ec2b686f70 fix: links 2022-06-23 13:10:34 +08:00
da8cb2fba1 Incomplete function name 2022-05-19 23:49:36 +08:00
ad2bace229 Merge pull request #239 from mikucy/fixownershippath
Update solution's path of ownership.md
2022-05-17 15:52:37 +08:00
afdecc0be1 Merge pull request #238 from mikucy/fixfunctionpath
Update solution's path of functions.md
2022-05-17 15:52:16 +08:00
4955f7097a Update solution's path of ownership.md 2022-05-14 01:21:34 +08:00
5a9dc54f5d Update solution's path 2022-05-14 01:17:08 +08:00
114b23ba4f Fix misspelling of "return" 2022-05-14 01:08:46 +08:00
eb2614716e 修复文本
md少了]
2022-05-09 21:19:09 +08:00
6ef18ef991 Update traits.md 2022-05-07 10:59:26 +08:00
1f91347d95 Fix content error. 2022-05-05 19:29:22 +08:00
3c74b73d69 Merge pull request #230 from tabris233/fix-blank-miss
🐞 fix(method.md): 缺少空白 / miss blank
2022-05-05 08:31:38 +08:00
67964672fc fix typo in hashmap.md 2022-05-05 00:44:14 +08:00
e571b92c68 🐞 fix(method.md): 缺少空白 / miss blank
练习 3 中,第 12 行, 函数参数应该有两个下划线表示空缺。
---
In Exercise 3, line 12, function arguments should have two underscores to indicate that they are empty.
2022-05-03 03:14:23 +08:00
69f59509ae Merge pull request #229 from dongzl/patch-3
Fix link url.
2022-05-01 20:08:02 +08:00
29ecd39b4b Merge pull request #228 from dongzl/patch-2
Fix link url.
2022-05-01 20:06:38 +08:00
88a00c5664 Fix link url. 2022-05-01 20:02:12 +08:00
a960f52de4 Fix link url. 2022-05-01 19:53:07 +08:00
ef5377198d Fix link url. 2022-05-01 19:44:18 +08:00
80127d81fa add comments in char-bool-unit.md 2022-04-22 16:21:39 +08:00
70ade03348 squashed: match alphanumeric; fix array typo. 2022-04-19 23:05:59 +08:00
07dda493cf On branch le-dev
Changes to be committed:
	modified:   zh-CN/src/variables.md
2022-04-19 16:44:18 +08:00
d081789a85 add Zh Chapter: Lifetime-static 2022-04-09 19:32:01 +08:00
9a1c8d7b4f add Zh Chapter: Lifetime-basic 2022-04-09 19:12:47 +08:00
e91dff1e97 add Zh Chapter: Formatting 2022-04-09 18:42:51 +08:00
d25c350d13 add mini-redis to elegant-codebase.md 2022-04-02 16:40:44 +08:00
942cd34753 fix typos 2022-04-02 15:48:27 +08:00
562eb9247f Add [Closure] chapter 2022-03-31 13:49:17 +08:00
addb6c6a80 Add [&'static and T: 'static] chapter 2022-03-29 21:55:18 +08:00
f501cbc737 Add language switch icon in top-right corner 2022-03-29 09:17:16 +08:00
03d010accc Merge branch 'master' of https://github.com/sunface/rust-by-practice 2022-03-28 22:08:01 +08:00
f4ae38c0dc Merge pull request #168 from KngZhi/patch-1
变量绑定与解构:使用完整的答案地址
2022-03-28 19:16:18 +08:00
0b95827bf9 fix: otehrs.md 示例1处代码错误 2022-03-28 14:41:29 +08:00
ae6b655669 fix: hashmap.md 第一题单词拼写错误 2022-03-28 13:54:51 +08:00
0600f2739e 使用完整的答案地址 2022-03-26 14:38:14 +08:00
33764aa11c fix: ugly identation in compound-types 2022-03-25 15:43:12 +08:00
dba86d10e6 replacing gitalk with giscus comments 2022-03-25 13:58:22 +08:00