Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justxuewei/rust-learning


https://github.com/justxuewei/rust-learning

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Rust Learning

Highlight Contents

- [ownership](./ownership): 所有权介绍,对生命周期(lifetimes)由一定的尝试,关于生命周期更详细的内容可以参见 [generics-trait-lifecycle](./generics-trait-lifecycle)。
- [smart-pointers](./smart-pointers):主要介绍了 `Box`, `Rc` 和 `RecCell` 三种不同的智能指针。