# rust-lang-book-example **Repository Path**: yusq77/rust-lang-book-example ## Basic Information - **Project Name**: rust-lang-book-example - **Description**: 用于记录 rust 官方文档资料的学习: https://github.com/rust-lang/book ,在 rust=1.93 版本上实现了相关 `/listings` 目录的例子 - **Primary Language**: Rust - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-30 - **Last Updated**: 2026-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rust 语言学习源码记录 用于记录 [rust 官方文档资料的学习](https://github.com/rust-lang/book),虽然 `/listings` 目录也包含了相关例子,考虑到以下问题,因此进行相关例子源码重写。 - 同一个章节源码过于分散 - 官方文档依赖的 rust 版本为1.90,本人实际开发环境最新版本为 1.93,可能存在源码兼容问题 - 程序员学习一门编程语言最好还是自己边学边在熟悉的 vscode 工具上编写代码和进行调试工作,这样更加深刻