Commit Graph

629 Commits

Author SHA1 Message Date
ab71e9a549 fix: make the exercise editable to run 2022-08-08 20:40:59 +05:30
650fafcda8 remove the line to make the program editable 2022-08-08 15:54:44 +05:30
bce4f2116f Merge pull request #287 from Tanish-Eagle/edit
Edited type-conversionEdit
2022-08-08 10:09:21 +08:00
4db2d899f4 Merge pull request #288 from Sartner/patch-1
fix: spelling mistake
2022-08-08 10:08:54 +08:00
bb0a6e69f7 Merge pull request #289 from Rupesh-Darimisetti/patch-2
add editable to make changes in code
2022-08-08 10:08:32 +08:00
825a24f28f Merge pull request #291 from Rupesh-Darimisetti/patch-3
fix typo from edtiable to editable
2022-08-08 10:07:39 +08:00
c2bb5a2420 fix typo from edtiable to editable 2022-08-07 19:44:49 +05:30
ee135869ef add editable to make changes in code
Exercise 2 and Separating modules into different files
2022-08-05 10:56:59 +05:30
143b0dd166 fix: spelling mistake 2022-08-05 11:41:15 +08:00
1ece6134c3 Merge branch 'master' of https://github.com/sunface/rust-by-practice into edit 2022-08-04 00:38:16 +05:30
42d4503930 Fixed the spelling mistakes and clarified some sentances 2022-08-04 00:36:25 +05:30
659d6aa04c Fixed the spelling mistakes 2022-08-03 14:37:21 +05:30
30b741b886 fix typo 2022-08-03 16:01:27 +08:00
c1991f3085 Fixed the punctuations 2022-08-03 11:20:50 +05:30
8605ed3b8d Merge pull request #279 from Rupesh-Darimisetti/patch-1
fix typo editble to editable
2022-07-28 09:10:57 +08:00
7cd397582c Merge pull request #278 from Skandesh/patch-2
Update String.md
2022-07-28 09:10:21 +08:00
f14f14c47a Merge pull request #273 from pabigot/pabigot/20220720a
fix: avoid unused variable warning
2022-07-28 09:07:14 +08:00
d0a8f0aabc Merge pull request #280 from Skandesh/patch-3
Update Vector.md
2022-07-28 09:06:06 +08:00
4528ec0721 Merge pull request #281 from Skandesh/patch-4
Update Vector.md
2022-07-28 09:05:24 +08:00
03bdeb3875 Merge pull request #283 from gflow33/patch-1
Correct typo in chapter 12 intro
2022-07-28 09:04:42 +08:00
8383de7629 Merge pull request #282 from Diaosi1111/master
添加第十章答案链接
2022-07-28 09:03:52 +08:00
dba5925b80 Correct typo in chapter 12 intro
Change from "Ownership and borrowing" to "Type conversion" as the book says in the chapter list
2022-07-26 16:15:35 +01:00
019108a569 14章 2022-07-26 16:18:49 +08:00
386d88d476 修改第11章答案链接为中文,并标记std/String.md TODO 2022-07-26 16:09:42 +08:00
b40ce3901b 添加第十章答案链接 2022-07-26 03:13:39 +08:00
661d0aa498 Update Vector.md
Added a beginner-friendly solution
2022-07-25 00:17:58 +05:30
0958f55155 Update Vector.md
Another way of defining an empty vector
2022-07-25 00:06:16 +05:30
10b8cd4903 fix typo editble to editable 2022-07-24 19:56:08 +05:30
995415d6fb Update String.md
borrow_string() takes in &str so the value won't be moved into it. hence updated the message inside println!()
2022-07-22 17:18:57 +05:30
697a0d754e fix: avoid unused variable warning 2022-07-20 08:39:28 -07:00
d91ca79253 Merge pull request #272 from Tanish-Eagle/editing
Editing
2022-07-20 09:18:37 +08:00
049f8633eb Merge pull request #271 from narakai/master
修正切片练习题2错误
2022-07-20 09:17:44 +08:00
me
58b21202bf 修正8.1习题答案链接错误 2022-07-19 22:58:53 +08:00
35d4e11716 Edited the hash map 2022-07-19 11:06:41 +05:30
dddf7c7bf3 Merge branch 'master' of https://github.com/sunface/rust-by-practice into editing 2022-07-19 10:52:00 +05:30
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
2a9d58c715 Merge pull request #267 from wenqingl/master
Update Readme.md
2022-07-18 09:14:26 +08:00
c2a375bfad Merge pull request #266 from Skandesh/patch-1
Updating exercise's serial number
2022-07-18 09:13:41 +08:00
7e5116b80e Merge pull request #265 from madcodelife/master
Fix typo
2022-07-18 09:13:15 +08:00
02882c5e04 Edited the vector 2022-07-17 02:51:49 +05:30
98e1a5dce4 Edited the Strings 2022-07-16 11:54:42 +05:30
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
0c169f2455 Update Readme.md 2022-07-13 13:00:51 -07:00
9eae91f0e2 Updating exercise's serial number
Helps to keep track of the flow.
2022-07-12 22:41:12 +05:30
cbbcaa3432 Fix typo 2022-07-12 22:04:22 +08:00
e9f3b398c5 Merge pull request #261 from pfei-sa/patch-1
Fix numbering typo
2022-07-11 09:34:46 +08:00
0a617f9c79 Merge pull request #262 from joleeee/patch-1
Minor rewording
2022-07-11 09:34:13 +08:00
5472520c85 Merge pull request #263 from cuishuang/master
fix some typos
2022-07-11 09:31:28 +08:00
2eeb2124ef fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
2022-07-11 00:21:52 +08:00