Commit Graph

886 Commits

Author SHA1 Message Date
Hector PENG
d94f25d38d Updated src/Ch02_Programming_a_Guessing_Game.md'. 2026-03-05 14:48:57 +08:00
Hector PENG
3e5bfe2039 Updated src/Ch02_Programming_a_Guessing_Game.md'. 2026-03-05 14:09:04 +08:00
Hector PENG
f20f53c317 Delete ::w 2026-03-04 18:37:07 +08:00
Hector PENG
b65e63a501 Updated src/Ch02_Programming_a_Guessing_Game.md'. 2026-03-04 18:34:47 +08:00
Hector PENG
1edd5221f4 Updated src/Ch02_Programming_a_Guessing_Game.md'. 2026-03-03 13:59:02 +08:00
Hector PENG
c607fed956 Updated src/getting_started/hello_cargo.md'. 2026-03-03 12:59:45 +08:00
Hector PENG
9bf17c71a7 Updated src/getting_started/hello_world.md'. 2026-03-03 11:35:35 +08:00
Hector PENG
a7ed9ec0ce Updated src/getting_started/installation.md'. 2026-03-03 10:58:10 +08:00
Hector PENG
9b651b9c37 Updated src/getting_started/installation.md'. 2026-03-03 10:24:12 +08:00
Hector PENG
cd590ff1c7 Updated src/Ch00_Forword_and_Introduction.md'. 2026-03-03 10:11:31 +08:00
Hector PENG
09730e3f2f Updated src/appendix/translations.md'. 2026-03-03 09:27:48 +08:00
Hector PENG
2c438e6258 Updated src/README.md'. 2026-03-02 18:39:05 +08:00
Hector PENG
fbb7bf5ca2 Updated src/final_project/multithread.md'. 2026-03-02 17:53:53 +08:00
Hector PENG
c85d034426 Updated src/SUMMARY.md'. 2026-02-18 14:38:47 +08:00
Hector PENG
30531b787f Updated src/programming_concepts/functions.md'. 2026-02-10 20:30:30 +08:00
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