File tree
24 files changed
+140
-69
lines changed- src
- conversion
- crates
- error
- multiple_error_types
- option_unwrap
- result
- flow_control
- match
- destructuring
- generics
- hello
- print
- primitives
- scope
- std_misc/file
- std
- unsafe
- variable_bindings
24 files changed
+140
-69
lines changedSubmodule .examples-en updated 25 files
- CONTRIBUTING.md+2-2
- README.md+5-5
- src/conversion/string.md+1-1
- src/crates/lib.md+2
- src/error/multiple_error_types/reenter_question_mark.md+1-1
- src/error/option_unwrap/and_then.md+12-8
- src/error/result/result_map.md+1-1
- src/flow_control/let_else.md+6-1
- src/flow_control/match/destructuring/destructure_structures.md+6
- src/flow_control/match/guard.md+1
- src/generics/bounds.md+2-2
- src/hello/comment.md+1-1
- src/hello/print.md+3-4
- src/hello/print/fmt.md+4-4
- src/index.md+1-1
- src/macros.md+2-2
- src/primitives/array.md+3-1
- src/primitives/tuples.md+1-1
- src/scope/lifetime.md+1-1
- src/scope/raii.md+3
- src/std/panic.md+3
- src/std_misc/file/create.md+1-1
- src/std_misc/file/read_lines.md+45-34
- src/unsafe/asm.md+36-2
- src/variable_bindings/mut.md+1-2
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Lines changed: 13 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
| 55 | + | |
59 | 56 |
| |
60 | 57 |
| |
61 | 58 |
| |
62 | 59 |
| |
63 | 60 |
| |
64 |
| - | |
| 61 | + | |
65 | 62 |
| |
66 | 63 |
| |
67 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 |
| |
69 |
| - | |
| 72 | + | |
70 | 73 |
| |
71 | 74 |
| |
72 | 75 |
| |
| |||
87 | 90 |
| |
88 | 91 |
| |
89 | 92 |
| |
90 |
| - | |
91 | 93 |
| |
92 |
| - | |
| 94 | + | |
93 | 95 |
| |
94 | 96 |
| |
95 | 97 |
| |
96 | 98 |
| |
| 99 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
| |||
22 | 25 |
| |
23 | 26 |
| |
24 | 27 |
| |
25 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 |
| |
27 | 32 |
| |
28 | 33 |
| |
| |||
57 | 62 |
| |
58 | 63 |
| |
59 | 64 |
| |
60 |
| - | |
| 65 | + |
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 |
| |
39 | 45 |
| |
40 | 46 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
|
0 commit comments