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