The Rust Programming Language. Contribute to rust-lang/book development by creating an account on GitHub.
Read the book Watch Rust The Rust community has a dedicated YouTube channel collecting a huge range of presentations and tutorials. Watch the Videos Contribute code Rust is truly a community effort, and we welcome contribution from hobbyists and production users, from newcomers and seasoned professi...
"The Rust Programming Language has always been, and continues to be, the first place I point anyone looking to learn Rust. It's referred to simply as "The Book", and with good reason -- it's comprehensive and elaborate, yet friendly and thoughtful, and serves as a guide not only to ...
Read the book Watch Rust The Rust community has a dedicated YouTube channel collecting a huge range of presentations and tutorials. Watch the Videos Contribute code Rust is truly a community effort, and we welcome contribution from hobbyists and production users, from newcomers and seasoned professi...
《华研原版 Rust指南 Rust编程语言 英文原版 The Rust Programming Language 英文版 进口英语书籍》,作者:华研原版 Rust指南 Rust编程语言 英文原版 The Rust Programming Language 英文版 进口英语书籍Steve Klabnik,Carol Nichols 著,出版社:No Starch Press,ISBN:9
The Rust Programming Language 中译本 配套材料:Rust By Example 中译本第零~二章 Rust 入门 个人收集的几个国内比较流行的中文社区: rust-lang-cn:Rust 中文官网提到的“非官方翻译”由此组织提供,维护了目前最全的 中文Wiki; rustcc:维护了中文社区的 github.com/rustcc/aweso,翻译了 Rust Atomics and Locks...
ituring.com.cn/book/284提交关于本书的建议和勘误。 图灵感谢各位读者一直以来的支持和帮助。 2. 关于审读品控 业内有 30 位一线 Rust 开发者与爱好者参与了这本书的公开审读活动:在两周时间内,大家牺牲大量休息时间,在翻译与表达上寻找“不对味的蛛丝马迹”,或与译者单独交流,或在审读群里一起讨论。最终,...
2. 填补 The Rust Programming Language 的空白 3. 47 年老码农学了不少新知识 汇总一下:读者大佬们表示,这本书你可以读了又读,也可以跳着读,即使读过之后,你也可以放到书架上,随时参考,因为通过这本宝藏书,你总能发现更多细节,学到更多知识。
Rust Lang Book Ch.11 Automated Tests 单元测试 The Rust Programming Language认为,单元测试分为3部分,1. 设置好需要的数据和状态 2. 运行需要测试的代码 3. 检查返回的结果是否如预期。 使用cargo test即可运行以下单元测试。 1 2 3 4 5 6 7 #[cfg(test)] mod tests { #[test] fn it_works() { ...
定价:USD 39.95 装帧:Paperback ISBN:9781718500440 豆瓣评分 8.7 78人评价 5星 59.0% 4星 37.2% 3星 3.8% 2星 0.0% 1星 0.0% 评价: 写笔记 写书评 加入购书单 分享到 推荐 内容简介· ··· The official book on the Rust programming language, written by the Rust development team at the Mozilla...