singcl
58f687bb4f
fix(docs):修复ch13-03 html元素结束标签缺失的问题
...
文章ch13-03-improving-our-io-project 59行span元素缺失结束标签导致vuepress build的时候报错:
Compiling with vite[vite:vue] Element is missing end tag.
Compiling with vite - failed in 3.10s
SyntaxError: Element is missing end tag.
2 years ago
kkoang
67bfef6fba
与原文不同,疑似翻译不准确
...
原文地址:https://github.com/rust-lang/book/blob/main/src/ch03-02-data-types.md
原文:`An array is a single chunk of memory of a known, fixed size that can be allocated on the stack.`
把 `stack` 翻译成了 `堆栈` 应该翻译成 `栈` 这样更严谨一些
2 years ago
Xuzheng77s
bd3703424c
更新附录appendix
2 years ago
Xuzheng77s
a5c26f14d3
更新7.0与7.1
2 years ago
KaiserY
e1614a76eb
update ch17-03 fix #640
2 years ago
KaiserY
506467d34a
Merge pull request #639 from GeniusPenguin9/main
...
Update ch08-02-strings.md
2 years ago
GeniusPenguin9
6610162736
Update ch08-02-strings.md
2 years ago
KaiserY
6fab79fc03
Merge pull request #638 from chenfajie/main
...
fix spelling mistakes
2 years ago
chenfajie
5fa7565d00
fix spelling mistakes
2 years ago
Xuzheng77s
0d88f0c55b
更新src/ch06-02-match.md
2 years ago
Xuzheng77s
d68da794d7
更新src/ch06-01-defining-an-enum.md
2 years ago
Xuzheng77s
b37ed35bbb
更新src/ch06-00-enums.md
2 years ago
Xuzheng77s
dd8c1bb414
更新src/ch05-03-method-syntax.md
2 years ago
Xuzheng77s
2dcf37310d
更新src/ch05-02-example-structs.md
2 years ago
Xuzheng77s
b5dc9cbb9f
更新src/ch05-01-defining-structs.md
2 years ago
Xuzheng77s
01732d8f30
更新src/ch05-00-structs.md
2 years ago
Xuzheng77s
6c5893a38a
Update src/ch04-01-what-is-ownership.md.md ch04-01-what-is-ownership.md
2 years ago
Xuzheng77s
c82ff11a8f
Update src/ch04-03-slices.md ch04-03-slices.md
2 years ago
Xuzheng77s
a8b5de3f59
Update src/ch04-02-references-and-borrowing.md ch04-02-references-and-borrowing.md
2 years ago
Xuzheng77s
60a4e3bef9
Update src/ch02-00-guessing-game-tutorial.md
2 years ago
Xuzheng77s
681a7090eb
又捉
2 years ago
Xuzheng77s
cdf7ea4d04
捉个小虫(Filename改为文件名)
2 years ago
Hongbo He
e7f39ae75a
Update ch13-01-closures.md
...
修复关于闭包破获变量的错误表述
2 years ago
Yike Du
beb1817b3c
Fix setting env problem
2 years ago
stevenlele
f75ad6909a
Update contents for ch00-10
2 years ago
Laisky.Cai
1e6e56d00b
Update ch02-00-guessing-game-tutorial.md
...
原文是 `so we need to specify 1..=100 to request a number between 1 and 100`。
既然包含上下端点,就不该是 0~101
2 years ago
stevenlele
c2a5b87590
Update introduction
2 years ago
KaiserY
2dbec4631f
update ch03-02 fix #628
2 years ago
AlwaysSweet
87084b3881
描述堆分配后的指针放入栈中过程
2 years ago
KaiserY
8357370952
Merge pull request #624 from Sefank/ch03-update
...
Update ch03 - 20220704
2 years ago
KaiserY
0cc19d0cae
Merge pull request #623 from Sefank/main
...
Update ch02 -20220703
2 years ago
Sefank
f5fc77e0a1
Update ch03-05-control-flow.md
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2 years ago
Sefank
7161a99345
Update ch03-03-how-functions-work.md
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2 years ago
Sefank
3b2bea23a9
Update ch03-02-data-types.md
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2 years ago
Sefank
64561d29e1
Update ch03-01-variables-and-mutability.md
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2 years ago
Sefank
45b566598a
Update ch02-00-guessing-game-tutorial.md
2 years ago
Sefank
2da49dfe9d
Refine the title for ch02
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2 years ago
Han
9d78b380c1
修正部分翻译
2 years ago
Sefank
c9d4f0c3d5
Update ch01-03-hello-cargo.md
2 years ago
Sefank
7fc6510768
update ch01-02-hello-world.md
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2 years ago
Sefank
8d2fc58e29
Update ch01-01-installation.md
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2 years ago
shinolr
be7fd7ec2c
update ch05-03-method-syntax.md
2 years ago
shower
2b2e4502c9
Merge pull request #61 from showerMuggle/patch-3
...
Update ch13-04-performance.md
2 years ago
shower
87e6f4fb2b
Merge pull request #60 from showerMuggle/patch-2
...
Update ch13-03-improving-our-io-project.md
2 years ago
shower
f3c5ef2320
Update ch13-04-performance.md
...
删除重复段落
2 years ago
shower
d9817fba84
Update ch13-03-improving-our-io-project.md
...
删除多余段落
2 years ago
shower
c467aaed5a
Update ch13-01-closures.md
...
Calling the closures is required for add_one_v3 and add_one_v4 to be able to compile because the types will be inferred from their usage.
2 years ago
AuroraTea
3d386890ec
fix ch10-03-lifetime-syntax.md possible ambiguity
...
这里的它虽然结合知识和语境应该能看出来是悬垂引用,但是从汉语语法上来看就像是说生命周期。
2 years ago
cracker8090
9d3c4e217b
fix ch16-03-shared-state.md edit error
2 years ago
shinolr
a34ea72622
update ch17-03-oo-design-patterns.md
2 years ago