30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.
源码:https://github.com/Asabeneh/30-Days-Of-JavaScriptThis is a series of books diving deep into the core mechanisms of the JavaScript language. This is the second edition of the book series.
源码:https://github.com/getify/You-Dont-Know-JSCargo 是 Rust 的包管理器,通过本手册全面了解如何构建 Rust 程序和大型项目。
源码:https://github.com/rust-lang-cn/cargo-cn/rustdoc 手册详细介绍了如何使用 rustdoc 命令或 cargo doc 来生成漂亮的 crate 文档,发布 crate 前很有必要熟悉 rustdoc 的相关内容。
源码:https://github.com/rust-lang-cn/rustdoc-cn/关于 Rust 的版本介绍,初版(2015 版)、2018 版、2021 版和未来的 2024 版,了解 Rust 语言如何在大版本中确保 Rust 进行稳定地改革和前进。
源码:https://github.com/rust-lang-cn/edition-guide-cn/Rust 官方图书,由一系列简单程序示例构成,展示了 Rust 实际开发场景的良好实践。
源码:https://github.com/rust-lang-cn/rust-cookbook-cn/官方的 Rust 语言规范,涵盖 Rust 的最全面的规范内容,目前文档还未稳定,属于预览版。
源码:https://github.com/rust-lang-cn/reference-cn/官方推出的学习 Rust 基本教程,最权威的 Rust 入门学习资料,是每个学习 Rust 语言必读的核心文档。
源码:https://github.com/rust-lang-cn/book-cn官方推出的学习 Rust 的例子教程,快速掌握 Rust 的语言知识和应用,通过阅读和编写这些实例,能够快速上手和熟悉 Rust。
源码:https://github.com/rust-lang-cn/rust-by-example-cn/Algorithms and data structures implemented in JavaScript with explanations and links to further readings
源码:https://github.com/trekhleb/javascript-algorithms程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).
源码:https://github.com/Anduin2017/HowToCook