Commit Graph

621 Commits

Author SHA1 Message Date
Hector PENG
fd27ce4986 Updated src/programming_concepts/functions.md'. 2026-02-10 20:27:50 +08:00
Hector PENG
b45bdd17d4 Merge pull request #9 from hiroshi-ya/ch3_function_edits
修复章节3.3中的函数返回值类型问题
2026-02-10 20:17:00 +08:00
HiroshiYa
f7b4156de1 Revise functions with return values section
Updated the explanation of functions with return values in Rust. Modified the return type of the example function from u32 to i32.
2026-02-10 19:00:20 +09:00
Hector PENG
f82d8f3698 Updated projects/data_types'. 2026-02-05 13:05:45 +08:00
Hector PENG
01e24bb2b8 Merge pull request #8 from hiroshi-ya/patch-1
修复章节3.2中数组声明的语法错误
2026-02-05 13:04:49 +08:00
HiroshiYa
42e2dcdad8 Fix array type declaration syntax in Chapter 3.2
Corrected the syntax for array type declaration in Chapter 3.2
2026-02-05 10:54:02 +09:00
Hector PENG
ad368d5cb4 Updated 'src/programmming_concepts/data_types.md'. 2025-10-13 09:45:16 +08:00
Hector PENG
241343b219 Merge pull request #5 from JEB-him/JEB-him-patch-1
Fix integer overflow explanation in data_types.md
2025-09-26 12:49:48 +08:00
JEB-him
d252127e5b Fix integer overflow explanation in data_types.md
Corrected the description of integer overflow behavior in Rust, clarifying the wrapping behavior in release mode.
2025-09-25 22:01:05 +08:00
Hector PENG
123c0715dd Updated 'src/error_handling/panic_or_not.md'. 2025-07-02 16:53:48 +08:00
Hector PENG
1a8cac0ab5 Updated 'src/error_handling/panic_or_not'. 2025-06-30 16:46:31 +08:00
Hector PENG
1bf76c5f70 Updated 'src/error_handling/result.md'. 2025-06-20 16:16:52 +08:00
Hector PENG
fa20114ac1 Updated 'src/error_handling/panic.md'. 2025-06-17 16:16:08 +08:00
Hector PENG
e1835e2b13 Updated 'src/error_handling/panic.md'. 2025-06-16 16:43:19 +08:00
Hector PENG
9183dda2fd Updated 'src/Ch19_Advanced_Features.md'. 2025-06-11 15:16:30 +08:00
Hector PENG
7a8956205d Updated 'src/SUMMARY.md'. 2025-06-10 15:54:51 +08:00
Hector PENG
ed7447a492 Updated 'src/Ch09_Error_Handling.md'. 2025-06-10 15:53:34 +08:00
Hector PENG
35dc3f371c Updated 'book.toml'. 2025-06-09 17:22:20 +08:00
Hector PENG
5aca04a344 Updated 'book.toml'. 2025-06-09 17:20:58 +08:00
Hector PENG
f9b5204ec1 Updated 'src/packages_crates_and_modules/packages_and_crates.md'. v1.0.0alpha 2025-06-09 16:37:00 +08:00
Hector PENG
86a0a7e584 Merge pull request #4 from chenjjiaa/patch-1
Update packages_and_crates.md
2025-06-09 16:35:23 +08:00
Hector PENG
338c63c5e0 Updated 'src/io_project/test_driven_dev.md'. 2025-06-09 16:30:16 +08:00
励志买套上海苏河湾大平层
a72a276fba Update packages_and_crates.md
Fix spelling errors.
2025-06-09 10:43:05 +08:00
Hector PENG
a227b1ffd2 Updated 'src/common_collections/strings.md'. 2025-06-07 18:14:14 +08:00
Hector PENG
426e1794e1 Updated 'src/common_collections/strings.md'. 2025-06-07 18:14:00 +08:00
Hector PENG
228baef40c Updated 'src/common_collections/vectors.md'. 2025-06-06 16:04:21 +08:00
Hector PENG
04c76e51c9 Updated 'src/packages_crates_and_modules/separating_modules.md'. 2025-05-30 16:27:32 +08:00
Hector PENG
03fdce38ca Updated 'src/Ch16_1_async_programming.md'. 2025-05-30 10:49:31 +08:00
Hector PENG
316acdc6a0 Updated 'src/SUMMARY.md'. 2025-05-30 10:48:03 +08:00
Hector PENG
7a830434c7 Updated 'src/adv_features/unsafe.md'. 2025-05-29 16:04:26 +08:00
Hector PENG
b1153edb3a Updated 'src/smart_pointers'. 2025-05-29 16:00:34 +08:00
Hector PENG
b855906ce2 Updated 'src/common_collection/strings.md'. 2025-05-28 16:28:05 +08:00
Hector PENG
e7f349894b Updated 'src/common_collection/hash_maps.md'. 2025-05-28 16:25:39 +08:00
Hector PENG
f960a01ff0 Updated 'src/SUMMARY.md'. 2025-05-28 08:45:59 +08:00
Hector PENG
20660c4561 Finished 'src/async/all_together.md'. 2025-05-27 15:58:36 +08:00
Hector PENG
82fefd52d6 Finished 'src/async/async_traits.md'. 2025-05-27 13:49:07 +08:00
Hector PENG
85cdd687ee Added 'src/async/async_traits.md'. 2025-05-23 17:02:10 +08:00
Hector PENG
c02d31ac7c Finished 'src/async/streams.md'. 2025-05-23 16:34:46 +08:00
Hector PENG
2be1acdd9d Added 'src/async/streams.md'. 2025-05-21 17:32:36 +08:00
Hector PENG
af46faf1eb Finished 'src/async/multiple_futures.md'. 2025-05-21 09:35:00 +08:00
Hector PENG
b63ceb2d7b Finished 'src/async/concurrency_n_async.md'. 2025-05-19 16:45:12 +08:00
Hector PENG
bbcf7e598a Updated 'src/enums_and_pattern_matching/if-let_control_flow.md'. 2025-05-16 17:08:14 +08:00
Hector PENG
369e680fdd Updated 'src/enums_and_pattern_matching/if-let_control_flow.md'. 2025-05-16 17:07:59 +08:00
Hector PENG
8cc7677249 Updated 'src/enums_and_pattern_matching/match_control_flow.md'. 2025-05-15 11:51:38 +08:00
Hector PENG
35b6269dde Updated 'src/enums_and_pattern_matching/match_control_flow.md'. 2025-05-14 16:46:19 +08:00
Hector PENG
1a744d46e1 Added 'src/async/futures.md'. 2025-05-14 15:02:40 +08:00
Hector PENG
d4f4534e8c Merge pull request #1 from szabgab/patch-1
remove the unused and deprecated `multilingual` field from `book.toml`
2025-05-07 13:18:45 +08:00
Gábor Szabó
311826df49 remove the unused and deprecated multilingual field from book.toml 2025-04-11 12:06:47 +03:00
Hector PENG
38cd58a58d Updated 'src/smart_pointers/refcell-t.md'. 2025-01-19 07:17:20 +08:00
Hector PENG
c3b2827f9b Updated 'src/smart_pointers/ref-cycles.md'. 2025-01-18 23:05:25 +08:00