Commit Graph

558 Commits

Author SHA1 Message Date
kaioh33
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
Alex Newton
019108a569 14章 2022-07-26 16:18:49 +08:00
Alex Newton
386d88d476 修改第11章答案链接为中文,并标记std/String.md TODO 2022-07-26 16:09:42 +08:00
Alex Newton
b40ce3901b 添加第十章答案链接 2022-07-26 03:13:39 +08:00
Skandesh
661d0aa498 Update Vector.md
Added a beginner-friendly solution
2022-07-25 00:17:58 +05:30
Skandesh
0958f55155 Update Vector.md
Another way of defining an empty vector
2022-07-25 00:06:16 +05:30
Rupesh-Darimisetti
10b8cd4903 fix typo editble to editable 2022-07-24 19:56:08 +05:30
Skandesh
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
Peter A. Bigot
697a0d754e fix: avoid unused variable warning 2022-07-20 08:39:28 -07:00
Sunface
d91ca79253 Merge pull request #272 from Tanish-Eagle/editing
Editing
2022-07-20 09:18:37 +08:00
Sunface
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
Tanish-Eagle
35d4e11716 Edited the hash map 2022-07-19 11:06:41 +05:30
Tanish-Eagle
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
Sunface
2cca8dfeaa Merge pull request #269 from caorufu/patch-1
更新本地运行此电子书的说明,在win 10系统中须指定ip地址
2022-07-18 09:21:03 +08:00
Sunface
2a9d58c715 Merge pull request #267 from wenqingl/master
Update Readme.md
2022-07-18 09:14:26 +08:00
Sunface
c2a375bfad Merge pull request #266 from Skandesh/patch-1
Updating exercise's serial number
2022-07-18 09:13:41 +08:00
Sunface
7e5116b80e Merge pull request #265 from madcodelife/master
Fix typo
2022-07-18 09:13:15 +08:00
Tanish-Eagle
02882c5e04 Edited the vector 2022-07-17 02:51:49 +05:30
Tanish-Eagle
98e1a5dce4 Edited the Strings 2022-07-16 11:54:42 +05:30
caorufu
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
wenqingl
0c169f2455 Update Readme.md 2022-07-13 13:00:51 -07:00
Skandesh
9eae91f0e2 Updating exercise's serial number
Helps to keep track of the flow.
2022-07-12 22:41:12 +05:30
Folyd Wang
cbbcaa3432 Fix typo 2022-07-12 22:04:22 +08:00
Sunface
e9f3b398c5 Merge pull request #261 from pfei-sa/patch-1
Fix numbering typo
2022-07-11 09:34:46 +08:00
Sunface
0a617f9c79 Merge pull request #262 from joleeee/patch-1
Minor rewording
2022-07-11 09:34:13 +08:00
Sunface
5472520c85 Merge pull request #263 from cuishuang/master
fix some typos
2022-07-11 09:31:28 +08:00
cui fliter
2eeb2124ef fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
2022-07-11 00:21:52 +08:00
jole
1f4c711207 Minor rewording 2022-07-09 00:17:15 +02:00
Peng Fei
2b2bfd314e Fix numbering typo 2022-07-08 11:11:58 -04:00
Sunface
68ab163a65 Merge pull request #196 from sarupbanskota/patch-1
Add CodeCrafters.io
2022-07-07 08:41:10 +08:00
Sunface
f386d9bdb7 Merge branch 'master' into patch-1 2022-07-07 08:41:04 +08:00
Sunface
47597cc318 Merge pull request #258 from furtherun/master
添加答案链接
2022-07-07 08:39:50 +08:00
Sunface
ac88c9cccf Merge pull request #259 from katopz/no-space
remove unnecessary space
2022-07-07 08:39:22 +08:00
Sunface
98883b8279 Merge pull request #260 from wgdzlh/fix-string-array-initializing
fix: use map func to avoid copy of string
2022-07-07 08:38:36 +08:00
wgdzlh
9da67ae491 Merge branch 'fix-string-array-initializing' of github.com:wgdzlh/rust-by-practice into fix-string-array-initializing 2022-07-06 09:41:39 +08:00
wgdzlh
1d510fadc9 fix: use map func to avoid copy of string 2022-07-06 09:41:17 +08:00
wgdzlh
20e0dccffe fix: use map func to avoid copy of string 2022-07-05 18:08:24 +08:00
katopz
4f619bc158 remove unnecessary space 2022-07-04 18:51:02 +07:00
furtherun
f91604531c 添加答案链接 2022-07-01 19:11:31 +08:00
Sunface
3834b8dd52 Merge pull request #250 from lubical/patch-1
solution位置修正
2022-06-30 09:51:46 +08:00
Sunface
4b3b76a3e4 Merge pull request #244 from 0xff-dev/master
Incomplete function name
2022-06-30 09:51:24 +08:00
Sunface
908a3bb0c0 Merge pull request #245 from Tanish-Eagle/editing
Editing
2022-06-30 09:50:45 +08:00
Sunface
7e04007809 Merge pull request #256 from rami-github/patch-1
Make first HashMap code segment editable
2022-06-30 09:49:40 +08:00
Sunface
5f5d74dad7 Merge pull request #257 from zongzi531/fix/link
fix: links
2022-06-30 09:48:36 +08:00
zongzi531
ec2b686f70 fix: links 2022-06-23 13:10:34 +08:00
Rami
98f4befcda Make first HashMap code segment editable
A spelling mistake is preventing the first HashMap challenge from being editable.
2022-06-22 21:55:51 +01:00
lubical
34aa1049bb solution位置修正
solution位置由仓库主页到具体答案页。
2022-05-28 22:10:25 +08:00
Tanish-Eagle
4c28d9c05c Fixed spellings and missing semicolons in const-generics 2022-05-21 02:00:03 +05:30