# rustlings-answer **Repository Path**: chjgfg/rustlings-answer ## Basic Information - **Project Name**: rustlings-answer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-20 - **Last Updated**: 2025-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Rust, rustlings-answer, answer ## README # Rustlings习题个人解答 在[exercises](./exercises)里做题,[solution](./solutions)里是做完后自动显示的思路(答案),不需要修改 ## Rust难点个人备注 1. [所有权和引用](./exercises/06_move_semantics/README.md) 2. 翻译问题:`impl-类方法`,`struct-类属性`,`trait-接口` - 不同于oop,rust不支持继承,而是”组合“ - trait提供了多态和接口 3. 字符串:[`&str` vs `String`](./exercises/09_strings/README.md) 4. [option](./exercises/12_options/README.md) 5. [智能指针](./exercises/19_smart_pointers/README.md) ### 完结撒花 ``` | You made it to the Fe-nish line! | +-------------------------- ------------------------+ \/ ▒▒ ▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒ ▒▒ ▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒▒▒ ▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒▒▒ ▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ We hope you enjoyed learning about the various aspects of Rust! If you noticed any issues, don't hesitate to report them on Github. You can also contribute your own exercises to help the greater community! Before reporting an issue or contributing, please read our guidelines: https://github.com/rust-lang/rustlings/blob/main/CONTRIBUTING.md ```