rust 摸了两年了,跟着手册写代码,跟着 b 站大佬写代码。自己尝试写了点小代码,比如之前给 mongodb 写了个 rust 转换 Decimal128 为字符串的小插件,虽然提交 pl 被拒绝了。
可是!我总觉得这语言不像学的其他语言一样能随心应手地使用,我 C/C++不太行,入门搞的 py 这种高级语言。最主要的问题是当写代码的时候,数据如何流动在脑子里没有概念,说白了还是对这语言不熟。
请大佬能推荐推荐,有没有能带着飞的书或者是教程之类的,跟着走一圈至少写个代码不用一卡卡半天的。
先谢谢各位了!
|      1C47CH      2023-05-24 13:25:05 +08:00 The Rust Programming Language | 
|  |      2ripperdev      2023-05-24 13:46:24 +08:00  1 | 
|      4mkjsk      2023-05-24 14:49:28 +08:00 | 
|      5martinmo      2023-05-25 12:40:14 +08:00 官方文档,《 Zero to Production 》,https://github.com/google/comprehensive-rust 。 | 
|      6CLMan      2023-05-25 13:21:56 +08:00  1 @martinmo  "The course will be less useful for self-study since you miss out on the discussions happening in the classroom" | 
|  |      8RRRSSS      2023-05-25 21:25:36 +08:00 Programming Rust 2nd Edition  个人感觉比官方文档好多了 | 
|  |      9craftx      2023-05-30 11:28:23 +08:00 正在学习官方教程 | 
|  |      10Jessun      2023-06-13 16:35:10 +08:00 |