< 返回版块

lispking 发表于 2024-07-22 10:36

Tags:Effective Rust

好消息,非常感动,感谢社区小伙伴的大力支持,这两个月以来,由一开始只翻译了4章,目前已经翻译了共22章,预计今年能顺利完成全书翻译。

欢迎大家有空一起进来校对,为Rust社区贡献自己一份力量

github: https://github.com/rustx-labs/effective-rust-cn/

在线阅读,并通过上述github提PR修正或润色

评论区

写评论
lithbitren 2024-09-12 12:46

点进去发现早就点过⭐了!支持,感谢奉献!

xiamuguizhi 2024-09-11 09:14

辛苦啦。非常感谢🙏!

xuejianxinokok 2024-09-09 10:07

在 https://rustx-labs.github.io/effective-rust-cn/chapter_1/item8-references&pointer.html 这本书的第8条中

use std::cell::RefCell; let rc: RefCell = RefCell::new(42); let b1 = rc.borrow(); let b2 = rc.borrow();

在其 图片 https://rustx-labs.github.io/effective-rust-cn/images/item8/refcell.svg 中 b1,b2 为什么画成 胖指针? 哪位大佬能解释一下?

lhotsekuo 2024-07-25 13:42

已星,第300

chunyunzhe 2024-07-23 13:46

已星

miaomiao1992 2024-07-22 14:54

恭喜

1 共 6 条评论, 1 页